#854D30

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

Shades of Korma #854D30

Tints of Korma #854D30

Color information

#854D30 (or 0x854D30) is unknown color: approx Korma. HEX triplet: 85, 4D and 30. RGB value is (133,77,48). Sum of RGB (Red+Green+Blue) = 133+77+48=258 (34% of max value = 765). Red value is 133 (52.34% from 255 or 51.55% from 258); Green value is 77 (30.47% from 255 or 29.84% from 258); Blue value is 48 (19.14% from 255 or 18.60% from 258); Max value from RGB is 133 - color contains mainly: red. Hex color #854D30 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #854D30 is #7AB2CF. Grayscale: #5A5A5A. Windows color (decimal): -8041168 or 3165573. OLE color: 3165573.

HSL color Cylindrical-coordinate representation of color #854D30: hue angle of 20.47º degrees, saturation: 0.47, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #854D30 is Cyan = 0, Magento = 0.42, Yellow = 0.64 and Black (K on CMYK) = 0.48.

Color convert

RGB1337748-
CMYK00.420.640.48
HSL20.47º46.96%35.49%-
HSV(B)20.47º63.91%52.16%-
XYZ12.8610.514.15-
YUV90.44104.05158.36-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 51.55%
GREEN value IS 77 (30.47% from 255) = 29.84%
BLUE value IS 48 (19.14% from 255) = 18.60%
R=51.55%
G=29.84%
B=18.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.64
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133774800.420.640.4820.4746.9635.49
Hex854D3002A4030142f23
Octal2051156005210060245743
Binary1000010110011011100000101010100000011000010100101111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854D30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,77,48); }

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

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

 a { background-color: rgb(133,77,48); }

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

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

 span { border-color: rgb(133,77,48); }

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