Html Css Color HEX #854D28 Korma

📋 copy color: '#854D28'

red 133 ◦ green 77 ◦ blue 40

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

Shades of Korma #854D28

Tints of Korma #854D28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 16%

R = 53.2%
G = 30.8%
B = 16%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.70

 K value IS 0.48

RGB Variations

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

Color information

#854D28 (or 0x854D28) is known color: Korma. HEX triplet: 85, 4D and 28. RGB value is (133,77,40). Sum of RGB (Red+Green+Blue) = 133+77+40=250 (33% of max value = 765). Red value is 133 (52.34% from 255 or 53.2% from 250); Green value is 77 (30.47% from 255 or 30.8% from 250); Blue value is 40 (16.02% from 255 or 16% from 250); Max value from RGB is 133 - color contains mainly: red. Hex color #854D28 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #854D28 is #7AB2D7. Grayscale: #595959. Windows color (decimal): -8041176 or 2641285. OLE color: 2641285.

HSL color Cylindrical-coordinate representation of color #854D28: hue angle of 23.87º degrees, saturation: 0.54, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #854D28 is Cyan = 0, Magento = 0.42, Yellow = 0.70 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 77 40 -
CMYK 0 0.42 0.70 0.48
HSL 23.87º 0.54% 0.34% -
HSV(B) 23.87º 0.7% 0.52% -
XYZ 12.71 10.45 3.35 -
YUV 89.53 100.05 159.01 -
System Red Green Blue C M Y K H S L
Decimal 133 77 40 0 0.42 0.70 0.48 23.87 0.54 0.34
Hex 85 4D 28 0 2A 46 30 18 36 22
Octal 205 115 50 0 52 106 60 30 66 42
Binary 10000101 1001101 101000 0 101010 1000110 110000 11000 110110 100010

Color Harmonies of #854D28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #854D28

Black with #854D28

Text Example


Text Example

White with #854D28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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