Html Css Color HEX #85552A Korma

📋 copy color: '#85552A'

red 133 ◦ green 85 ◦ blue 42

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

Shades of Korma #85552A

Tints of Korma #85552A

RGB

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

 GREEN value IS 85 (33.59% from 255) = 32.69%

 BLUE value IS 42 (16.8% from 255) = 16.15%

R = 51.15%
G = 32.69%
B = 16.15%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.68

 K value IS 0.48

RGB Variations

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

Color information

#85552A (or 0x85552A) is known color: Korma. HEX triplet: 85, 55 and 2A. RGB value is (133,85,42). Sum of RGB (Red+Green+Blue) = 133+85+42=260 (34% of max value = 765). Red value is 133 (52.34% from 255 or 51.15% from 260); Green value is 85 (33.59% from 255 or 32.69% from 260); Blue value is 42 (16.80% from 255 or 16.15% from 260); Max value from RGB is 133 - color contains mainly: red. Hex color #85552A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85552A is #7AAAD5. Grayscale: #5E5E5E. Windows color (decimal): -8039126 or 2774405. OLE color: 2774405.

HSL color Cylindrical-coordinate representation of color #85552A: hue angle of 28.35º degrees, saturation: 0.52, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #85552A is Cyan = 0, Magento = 0.36, Yellow = 0.68 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 85 42 -
CMYK 0 0.36 0.68 0.48
HSL 28.35º 0.52% 0.34% -
HSV(B) 28.35º 0.68% 0.52% -
XYZ 13.34 11.65 3.74 -
YUV 94.45 98.4 155.5 -
System Red Green Blue C M Y K H S L
Decimal 133 85 42 0 0.36 0.68 0.48 28.35 0.52 0.34
Hex 85 55 2A 0 24 44 30 1C 34 22
Octal 205 125 52 0 44 104 60 34 64 42
Binary 10000101 1010101 101010 0 100100 1000100 110000 11100 110100 100010

Color Harmonies of #85552A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85552A

Black with #85552A

Text Example


Text Example

White with #85552A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85552A; }

 p { color: rgb(133,85,42); }

 H1.HeaderClassName
 {
   color: #85552A;
 }
 .AnyTagClassName
 {
   color: #85552A;
 }
</style>

background-color css

<style>
 a { background-color: #85552A; }

 a { background-color: rgb(133,85,42); }

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

border-color css

<style>
 span { border-color: #85552A; }

 span { border-color: rgb(133,85,42); }

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