Html Css Color HEX #85572E Korma

📋 copy color: '#85572E'

red 133 ◦ green 87 ◦ blue 46

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

Shades of Korma #85572E

Tints of Korma #85572E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 17.29%

R = 50%
G = 32.71%
B = 17.29%

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

#85572E (or 0x85572E) is known color: Korma. HEX triplet: 85, 57 and 2E. RGB value is (133,87,46). Sum of RGB (Red+Green+Blue) = 133+87+46=266 (35% of max value = 765). Red value is 133 (52.34% from 255 or 50% from 266); Green value is 87 (34.38% from 255 or 32.71% from 266); Blue value is 46 (18.36% from 255 or 17.29% from 266); Max value from RGB is 133 - color contains mainly: red. Hex color #85572E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85572E is #7AA8D1. Grayscale: #606060. Windows color (decimal): -8038610 or 3037061. OLE color: 3037061.

HSL color Cylindrical-coordinate representation of color #85572E: hue angle of 28.28º degrees, saturation: 0.49, 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 #85572E is Cyan = 0, Magento = 0.35, Yellow = 0.65 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 87 46 -
CMYK 0 0.35 0.65 0.48
HSL 28.28º 0.49% 0.35% -
HSV(B) 28.28º 0.65% 0.52% -
XYZ 13.57 12 4.19 -
YUV 96.08 99.74 154.33 -
System Red Green Blue C M Y K H S L
Decimal 133 87 46 0 0.35 0.65 0.48 28.28 0.49 0.35
Hex 85 57 2E 0 23 41 30 1C 31 23
Octal 205 127 56 0 43 101 60 34 61 43
Binary 10000101 1010111 101110 0 100011 1000001 110000 11100 110001 100011

Color Harmonies of #85572E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85572E

Black with #85572E

Text Example


Text Example

White with #85572E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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