Html Css Color HEX #85572F Korma

📋 copy color: '#85572F'

red 133 ◦ green 87 ◦ blue 47

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

Shades of Korma #85572F

Tints of Korma #85572F

RGB

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

 GREEN value IS 87 (34.38% from 255) = 32.58%

 BLUE value IS 47 (18.75% from 255) = 17.6%

R = 49.81%
G = 32.58%
B = 17.6%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.65

 K value IS 0.48

RGB Variations

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

Color information

#85572F (or 0x85572F) is known color: Korma. HEX triplet: 85, 57 and 2F. RGB value is (133,87,47). Sum of RGB (Red+Green+Blue) = 133+87+47=267 (35% of max value = 765). Red value is 133 (52.34% from 255 or 49.81% from 267); Green value is 87 (34.38% from 255 or 32.58% from 267); Blue value is 47 (18.75% from 255 or 17.60% from 267); Max value from RGB is 133 - color contains mainly: red. Hex color #85572F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85572F is #7AA8D0. Grayscale: #606060. Windows color (decimal): -8038609 or 3102597. OLE color: 3102597.

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

Color convert

RGB 133 87 47 -
CMYK 0 0.35 0.65 0.48
HSL 27.91º 0.48% 0.35% -
HSV(B) 27.91º 0.65% 0.52% -
XYZ 13.59 12.01 4.29 -
YUV 96.19 100.24 154.25 -
System Red Green Blue C M Y K H S L
Decimal 133 87 47 0 0.35 0.65 0.48 27.91 0.48 0.35
Hex 85 57 2F 0 23 41 30 1C 30 23
Octal 205 127 57 0 43 101 60 34 60 43
Binary 10000101 1010111 101111 0 100011 1000001 110000 11100 110000 100011

Color Harmonies of #85572F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85572F

Black with #85572F

Text Example


Text Example

White with #85572F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85572F; }

 p { color: rgb(133,87,47); }

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

background-color css

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

 a { background-color: rgb(133,87,47); }

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

border-color css

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

 span { border-color: rgb(133,87,47); }

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