Html Css Color HEX #85502C Korma

📋 copy color: '#85502C'

red 133 ◦ green 80 ◦ blue 44

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

Shades of Korma #85502C

Tints of Korma #85502C

RGB

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

 GREEN value IS 80 (31.64% from 255) = 31.13%

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

R = 51.75%
G = 31.13%
B = 17.12%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.67

 K value IS 0.48

RGB Variations

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

Color information

#85502C (or 0x85502C) is known color: Korma. HEX triplet: 85, 50 and 2C. RGB value is (133,80,44). Sum of RGB (Red+Green+Blue) = 133+80+44=257 (34% of max value = 765). Red value is 133 (52.34% from 255 or 51.75% from 257); Green value is 80 (31.64% from 255 or 31.13% from 257); Blue value is 44 (17.58% from 255 or 17.12% from 257); Max value from RGB is 133 - color contains mainly: red. Hex color #85502C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85502C is #7AAFD3. Grayscale: #5B5B5B. Windows color (decimal): -8040404 or 2904197. OLE color: 2904197.

HSL color Cylindrical-coordinate representation of color #85502C: hue angle of 24.27º 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 #85502C is Cyan = 0, Magento = 0.40, Yellow = 0.67 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 80 44 -
CMYK 0 0.40 0.67 0.48
HSL 24.27º 0.5% 0.35% -
HSV(B) 24.27º 0.67% 0.52% -
XYZ 13 10.91 3.8 -
YUV 91.74 101.06 157.43 -
System Red Green Blue C M Y K H S L
Decimal 133 80 44 0 0.40 0.67 0.48 24.27 0.5 0.35
Hex 85 50 2C 0 28 43 30 18 32 23
Octal 205 120 54 0 50 103 60 30 62 43
Binary 10000101 1010000 101100 0 101000 1000011 110000 11000 110010 100011

Color Harmonies of #85502C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85502C

Black with #85502C

Text Example


Text Example

White with #85502C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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