Html Css Color HEX #854D24 Korma

📋 copy color: '#854D24'

red 133 ◦ green 77 ◦ blue 36

#854D24
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Korma #854D24

Tints of Korma #854D24

RGB

 RED value IS 133 (52.34% from 255) = 54.07%

 GREEN value IS 77 (30.47% from 255) = 31.3%

 BLUE value IS 36 (14.45% from 255) = 14.63%

R = 54.07%
G = 31.3%
B = 14.63%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.73

 K value IS 0.48

RGB Variations

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

Color information

#854D24 (or 0x854D24) is known color: Korma. HEX triplet: 85, 4D and 24. RGB value is (133,77,36). Sum of RGB (Red+Green+Blue) = 133+77+36=246 (32% of max value = 765). Red value is 133 (52.34% from 255 or 54.07% from 246); Green value is 77 (30.47% from 255 or 31.30% from 246); Blue value is 36 (14.45% from 255 or 14.63% from 246); Max value from RGB is 133 - color contains mainly: red. Hex color #854D24 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #854D24 is #7AB2DB. Grayscale: #595959. Windows color (decimal): -8041180 or 2379141. OLE color: 2379141.

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

Color convert

RGB 133 77 36 -
CMYK 0 0.42 0.73 0.48
HSL 25.36º 0.57% 0.33% -
HSV(B) 25.36º 0.73% 0.52% -
XYZ 12.65 10.42 3.01 -
YUV 89.07 98.05 159.33 -
System Red Green Blue C M Y K H S L
Decimal 133 77 36 0 0.42 0.73 0.48 25.36 0.57 0.33
Hex 85 4D 24 0 2A 49 30 19 39 21
Octal 205 115 44 0 52 111 60 31 71 41
Binary 10000101 1001101 100100 0 101010 1001001 110000 11001 111001 100001

Color Harmonies of #854D24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #854D24

Black with #854D24

Text Example


Text Example

White with #854D24

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #854D24;
 }
 .AnyTagClassName
 {
   color: #854D24;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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