Html Css Color HEX #85562E Korma

📋 copy color: '#85562E'

red 133 ◦ green 86 ◦ blue 46

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

Shades of Korma #85562E

Tints of Korma #85562E

RGB

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

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

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

R = 50.19%
G = 32.45%
B = 17.36%

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

#85562E (or 0x85562E) is known color: Korma. HEX triplet: 85, 56 and 2E. RGB value is (133,86,46). Sum of RGB (Red+Green+Blue) = 133+86+46=265 (35% of max value = 765). Red value is 133 (52.34% from 255 or 50.19% from 265); Green value is 86 (33.98% from 255 or 32.45% from 265); Blue value is 46 (18.36% from 255 or 17.36% from 265); Max value from RGB is 133 - color contains mainly: red. Hex color #85562E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85562E is #7AA9D1. Grayscale: #5F5F5F. Windows color (decimal): -8038866 or 3036805. OLE color: 3036805.

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

Color convert

RGB 133 86 46 -
CMYK 0 0.35 0.65 0.48
HSL 27.59º 0.49% 0.35% -
HSV(B) 27.59º 0.65% 0.52% -
XYZ 13.49 11.84 4.16 -
YUV 95.49 100.07 154.75 -
System Red Green Blue C M Y K H S L
Decimal 133 86 46 0 0.35 0.65 0.48 27.59 0.49 0.35
Hex 85 56 2E 0 23 41 30 1C 31 23
Octal 205 126 56 0 43 101 60 34 61 43
Binary 10000101 1010110 101110 0 100011 1000001 110000 11100 110001 100011

Color Harmonies of #85562E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85562E

Black with #85562E

Text Example


Text Example

White with #85562E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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