Html Css Color HEX #85562C Korma

📋 copy color: '#85562C'

red 133 ◦ green 86 ◦ blue 44

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

Shades of Korma #85562C

Tints of Korma #85562C

RGB

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

 GREEN value IS 86 (33.98% from 255) = 32.7%

 BLUE value IS 44 (17.58% from 255) = 16.73%

R = 50.57%
G = 32.7%
B = 16.73%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.67

 K value IS 0.48

RGB Variations

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

Color information

#85562C (or 0x85562C) is known color: Korma. HEX triplet: 85, 56 and 2C. RGB value is (133,86,44). Sum of RGB (Red+Green+Blue) = 133+86+44=263 (34% of max value = 765). Red value is 133 (52.34% from 255 or 50.57% from 263); Green value is 86 (33.98% from 255 or 32.70% from 263); Blue value is 44 (17.58% from 255 or 16.73% from 263); Max value from RGB is 133 - color contains mainly: red. Hex color #85562C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85562C is #7AA9D3. Grayscale: #5F5F5F. Windows color (decimal): -8038868 or 2905733. OLE color: 2905733.

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

Color convert

RGB 133 86 44 -
CMYK 0 0.35 0.67 0.48
HSL 28.31º 0.5% 0.35% -
HSV(B) 28.31º 0.67% 0.52% -
XYZ 13.46 11.82 3.96 -
YUV 95.27 99.07 154.92 -
System Red Green Blue C M Y K H S L
Decimal 133 86 44 0 0.35 0.67 0.48 28.31 0.5 0.35
Hex 85 56 2C 0 23 43 30 1C 32 23
Octal 205 126 54 0 43 103 60 34 62 43
Binary 10000101 1010110 101100 0 100011 1000011 110000 11100 110010 100011

Color Harmonies of #85562C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85562C

Black with #85562C

Text Example


Text Example

White with #85562C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85562C; }

 p { color: rgb(133,86,44); }

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

background-color css

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

 a { background-color: rgb(133,86,44); }

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

border-color css

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

 span { border-color: rgb(133,86,44); }

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