Html Css Color HEX #85561E Hot Curry

📋 copy color: '#85561E'

red 133 ◦ green 86 ◦ blue 30

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

Shades of Hot Curry #85561E

Tints of Hot Curry #85561E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 12.05%

R = 53.41%
G = 34.54%
B = 12.05%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.77

 K value IS 0.48

RGB Variations

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

Color information

#85561E (or 0x85561E) is known color: Hot Curry. HEX triplet: 85, 56 and 1E. RGB value is (133,86,30). Sum of RGB (Red+Green+Blue) = 133+86+30=249 (32% of max value = 765). Red value is 133 (52.34% from 255 or 53.41% from 249); Green value is 86 (33.98% from 255 or 34.54% from 249); Blue value is 30 (12.11% from 255 or 12.05% from 249); Max value from RGB is 133 - color contains mainly: red. Hex color #85561E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85561E is #7AA9E1. Grayscale: #5D5D5D. Windows color (decimal): -8038882 or 1988229. OLE color: 1988229.

HSL color Cylindrical-coordinate representation of color #85561E: hue angle of 32.62º degrees, saturation: 0.63, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #85561E is Cyan = 0, Magento = 0.35, Yellow = 0.77 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 86 30 -
CMYK 0 0.35 0.77 0.48
HSL 32.62º 0.63% 0.32% -
HSV(B) 32.62º 0.77% 0.52% -
XYZ 13.24 11.74 2.8 -
YUV 93.67 92.07 156.05 -
System Red Green Blue C M Y K H S L
Decimal 133 86 30 0 0.35 0.77 0.48 32.62 0.63 0.32
Hex 85 56 1E 0 23 4D 30 21 3F 20
Octal 205 126 36 0 43 115 60 41 77 40
Binary 10000101 1010110 11110 0 100011 1001101 110000 100001 111111 100000

Color Harmonies of #85561E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85561E

Black with #85561E

Text Example


Text Example

White with #85561E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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