Html Css Color HEX #85562A Hot Curry

📋 copy color: '#85562A'

red 133 ◦ green 86 ◦ blue 42

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

Shades of Hot Curry #85562A

Tints of Hot Curry #85562A

RGB

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

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

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

R = 50.96%
G = 32.95%
B = 16.09%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.68

 K value IS 0.48

RGB Variations

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

Color information

#85562A (or 0x85562A) is known color: Hot Curry. HEX triplet: 85, 56 and 2A. RGB value is (133,86,42). Sum of RGB (Red+Green+Blue) = 133+86+42=261 (34% of max value = 765). Red value is 133 (52.34% from 255 or 50.96% from 261); Green value is 86 (33.98% from 255 or 32.95% from 261); Blue value is 42 (16.80% from 255 or 16.09% from 261); Max value from RGB is 133 - color contains mainly: red. Hex color #85562A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85562A is #7AA9D5. Grayscale: #5F5F5F. Windows color (decimal): -8038870 or 2774661. OLE color: 2774661.

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

Color convert

RGB 133 86 42 -
CMYK 0 0.35 0.68 0.48
HSL 29.01º 0.52% 0.34% -
HSV(B) 29.01º 0.68% 0.52% -
XYZ 13.42 11.81 3.76 -
YUV 95.04 98.07 155.08 -
System Red Green Blue C M Y K H S L
Decimal 133 86 42 0 0.35 0.68 0.48 29.01 0.52 0.34
Hex 85 56 2A 0 23 44 30 1D 34 22
Octal 205 126 52 0 43 104 60 35 64 42
Binary 10000101 1010110 101010 0 100011 1000100 110000 11101 110100 100010

Color Harmonies of #85562A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85562A

Black with #85562A

Text Example


Text Example

White with #85562A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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