#8B4F25

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

Shades of Korma #8B4F25

Tints of Korma #8B4F25

Color information

#8B4F25 (or 0x8B4F25) is unknown color: approx Korma. HEX triplet: 8B, 4F and 25. RGB value is (139,79,37). Sum of RGB (Red+Green+Blue) = 139+79+37=255 (33% of max value = 765). Red value is 139 (54.69% from 255 or 54.51% from 255); Green value is 79 (31.25% from 255 or 30.98% from 255); Blue value is 37 (14.84% from 255 or 14.51% from 255); Max value from RGB is 139 - color contains mainly: red. Hex color #8B4F25 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B4F25 is #74B0DA. Grayscale: #5C5C5C. Windows color (decimal): -7647451 or 2445195. OLE color: 2445195.

HSL color Cylindrical-coordinate representation of color #8B4F25: hue angle of 24.71º degrees, saturation: 0.58, 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 #8B4F25 is Cyan = 0, Magento = 0.43, Yellow = 0.73 and Black (K on CMYK) = 0.45.

Color convert

RGB1397937-
CMYK00.430.730.45
HSL24.71º57.95%34.51%-
HSV(B)24.71º73.38%54.51%-
XYZ13.7811.213.19-
YUV92.1596.88161.42-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 54.51%
GREEN value IS 79 (31.25% from 255) = 30.98%
BLUE value IS 37 (14.84% from 255) = 14.51%
R=54.51%
G=30.98%
B=14.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.73
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139793700.430.730.4524.7157.9534.51
Hex8B4F2502B492D193a23
Octal2131174505311155317243
Binary1000101110011111001010101011100100110110111001111010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B4F25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,79,37); }

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

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

 a { background-color: rgb(139,79,37); }

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

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

 span { border-color: rgb(139,79,37); }

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