#8B4D26

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

Shades of Korma #8B4D26

Tints of Korma #8B4D26

Color information

#8B4D26 (or 0x8B4D26) is unknown color: approx Korma. HEX triplet: 8B, 4D and 26. RGB value is (139,77,38). Sum of RGB (Red+Green+Blue) = 139+77+38=254 (33% of max value = 765). Red value is 139 (54.69% from 255 or 54.72% from 254); Green value is 77 (30.47% from 255 or 30.31% from 254); Blue value is 38 (15.23% from 255 or 14.96% from 254); Max value from RGB is 139 - color contains mainly: red. Hex color #8B4D26 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B4D26 is #74B2D9. Grayscale: #5B5B5B. Windows color (decimal): -7647962 or 2510219. OLE color: 2510219.

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

Color convert

RGB1397738-
CMYK00.450.730.45
HSL23.17º57.06%34.71%-
HSV(B)23.17º72.66%54.51%-
XYZ13.6510.943.23-
YUV91.0998.04162.17-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 54.72%
GREEN value IS 77 (30.47% from 255) = 30.31%
BLUE value IS 38 (15.23% from 255) = 14.96%
R=54.72%
G=30.31%
B=14.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.73
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139773800.450.730.4523.1757.0634.71
Hex8B4D2602D492D173923
Octal2131154605511155277143
Binary1000101110011011001100101101100100110110110111111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B4D26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,77,38); }

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

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

 a { background-color: rgb(139,77,38); }

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

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

 span { border-color: rgb(139,77,38); }

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