Html Css Color HEX #854828 Korma

📋 copy color: '#854828'

red 133 ◦ green 72 ◦ blue 40

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

Shades of Korma #854828

Tints of Korma #854828

RGB

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

 GREEN value IS 72 (28.52% from 255) = 29.39%

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

R = 54.29%
G = 29.39%
B = 16.33%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.70

 K value IS 0.48

RGB Variations

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

Color information

#854828 (or 0x854828) is known color: Korma. HEX triplet: 85, 48 and 28. RGB value is (133,72,40). Sum of RGB (Red+Green+Blue) = 133+72+40=245 (32% of max value = 765). Red value is 133 (52.34% from 255 or 54.29% from 245); Green value is 72 (28.52% from 255 or 29.39% from 245); Blue value is 40 (16.02% from 255 or 16.33% from 245); Max value from RGB is 133 - color contains mainly: red. Hex color #854828 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #854828 is #7AB7D7. Grayscale: #565656. Windows color (decimal): -8042456 or 2640005. OLE color: 2640005.

HSL color Cylindrical-coordinate representation of color #854828: hue angle of 20.65º 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 #854828 is Cyan = 0, Magento = 0.46, Yellow = 0.70 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 72 40 -
CMYK 0 0.46 0.70 0.48
HSL 20.65º 0.54% 0.34% -
HSV(B) 20.65º 0.7% 0.52% -
XYZ 12.37 9.77 3.24 -
YUV 86.59 101.71 161.1 -
System Red Green Blue C M Y K H S L
Decimal 133 72 40 0 0.46 0.70 0.48 20.65 0.54 0.34
Hex 85 48 28 0 2E 46 30 15 36 22
Octal 205 110 50 0 56 106 60 25 66 42
Binary 10000101 1001000 101000 0 101110 1000110 110000 10101 110110 100010

Color Harmonies of #854828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #854828

Black with #854828

Text Example


Text Example

White with #854828

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #854828; }

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

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

background-color css

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

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

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

border-color css

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

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

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