#8B502B

Color #8B502B Korma (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Korma #8B502B

Tints of Korma #8B502B

Color information

#8B502B (or 0x8B502B) is unknown color: approx Korma. HEX triplet: 8B, 50 and 2B. RGB value is (139,80,43). Sum of RGB (Red+Green+Blue) = 139+80+43=262 (34% of max value = 765). Red value is 139 (54.69% from 255 or 53.05% from 262); Green value is 80 (31.64% from 255 or 30.53% from 262); Blue value is 43 (17.19% from 255 or 16.41% from 262); Max value from RGB is 139 - color contains mainly: red. Hex color #8B502B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B502B is #74AFD4. Grayscale: #5D5D5D. Windows color (decimal): -7647189 or 2838667. OLE color: 2838667.

HSL color Cylindrical-coordinate representation of color #8B502B: hue angle of 23.12º degrees, saturation: 0.53, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8B502B is Cyan = 0, Magento = 0.42, Yellow = 0.69 and Black (K on CMYK) = 0.45.

Color convert

RGB1398043-
CMYK00.420.690.45
HSL23.12º52.75%35.69%-
HSV(B)23.12º69.06%54.51%-
XYZ13.9511.43.75-
YUV93.4299.55160.51-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 139 (54.69% from 255) = 53.05%
GREEN value IS 80 (31.64% from 255) = 30.53%
BLUE value IS 43 (17.19% from 255) = 16.41%
R=53.05%
G=30.53%
B=16.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.69
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139804300.420.690.4523.1252.7535.69
Hex8B502B02A452D173524
Octal2131205305210555276544
Binary1000101110100001010110101010100010110110110111110101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B502B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8B502B; }

 p { color: rgb(139,80,43); }

 H1.HeaderClassName
 {
   color: #8B502B;
 }
 .AnyTagClassName
 {
   color: #8B502B;
 }
</style>
background-color css

<style>
 a { background-color: #8B502B; }

 a { background-color: rgb(139,80,43); }

 div.DivClassName
 {
   background-color: #8B502B;
 }
 .BgClassName
 {
   background-color: #8B502B;
 }
</style>
border-color css

<style>
 span { border-color: #8B502B; }

 span { border-color: rgb(139,80,43); }

 td.TdClassName
 {
   border-color: #8B502B;
 }
 .TagClassName
 {
   border-color: #8B502B;
 }
</style>