#854C26

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

Shades of Korma #854C26

Tints of Korma #854C26

Color information

#854C26 (or 0x854C26) is unknown color: approx Korma. HEX triplet: 85, 4C and 26. RGB value is (133,76,38). Sum of RGB (Red+Green+Blue) = 133+76+38=247 (32% of max value = 765). Red value is 133 (52.34% from 255 or 53.85% from 247); Green value is 76 (30.08% from 255 or 30.77% from 247); Blue value is 38 (15.23% from 255 or 15.38% from 247); Max value from RGB is 133 - color contains mainly: red. Hex color #854C26 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #854C26 is #7AB3D9. Grayscale: #585858. Windows color (decimal): -8041434 or 2509957. OLE color: 2509957.

HSL color Cylindrical-coordinate representation of color #854C26: hue angle of 24º degrees, saturation: 0.56, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #854C26 is Cyan = 0, Magento = 0.43, Yellow = 0.71 and Black (K on CMYK) = 0.48.

Color convert

RGB1337638-
CMYK00.430.710.48
HSL24º55.56%33.53%-
HSV(B)24º71.43%52.16%-
XYZ12.6110.33.16-
YUV88.7199.38159.59-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 53.85%
GREEN value IS 76 (30.08% from 255) = 30.77%
BLUE value IS 38 (15.23% from 255) = 15.38%
R=53.85%
G=30.77%
B=15.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.71
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133763800.430.710.482455.5633.53
Hex854C2602B4730183822
Octal2051144605310760307042
Binary1000010110011001001100101011100011111000011000111000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854C26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #854C26; }

 p { color: rgb(133,76,38); }

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

<style>
 a { background-color: #854C26; }

 a { background-color: rgb(133,76,38); }

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

<style>
 span { border-color: #854C26; }

 span { border-color: rgb(133,76,38); }

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