#8B4E28

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

Shades of Korma #8B4E28

Tints of Korma #8B4E28

Color information

#8B4E28 (or 0x8B4E28) is unknown color: approx Korma. HEX triplet: 8B, 4E and 28. RGB value is (139,78,40). Sum of RGB (Red+Green+Blue) = 139+78+40=257 (34% of max value = 765). Red value is 139 (54.69% from 255 or 54.09% from 257); Green value is 78 (30.86% from 255 or 30.35% from 257); Blue value is 40 (16.02% from 255 or 15.56% from 257); Max value from RGB is 139 - color contains mainly: red. Hex color #8B4E28 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B4E28 is #74B1D7. Grayscale: #5C5C5C. Windows color (decimal): -7647704 or 2641547. OLE color: 2641547.

HSL color Cylindrical-coordinate representation of color #8B4E28: hue angle of 23.03º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8B4E28 is Cyan = 0, Magento = 0.44, Yellow = 0.71 and Black (K on CMYK) = 0.45.

Color convert

RGB1397840-
CMYK00.440.710.45
HSL23.03º55.31%35.1%-
HSV(B)23.03º71.22%54.51%-
XYZ13.7511.093.42-
YUV91.9198.71161.59-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 54.09%
GREEN value IS 78 (30.86% from 255) = 30.35%
BLUE value IS 40 (16.02% from 255) = 15.56%
R=54.09%
G=30.35%
B=15.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.71
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139784000.440.710.4523.0355.3135.1
Hex8B4E2802C472D173723
Octal2131165005410755276743
Binary1000101110011101010000101100100011110110110111110111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B4E28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,78,40); }

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

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

 a { background-color: rgb(139,78,40); }

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

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

 span { border-color: rgb(139,78,40); }

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