Html Css Color HEX #85561F Hot Curry

📋 copy color: '#85561F'

red 133 ◦ green 86 ◦ blue 31

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

Shades of Hot Curry #85561F

Tints of Hot Curry #85561F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 12.4%

R = 53.2%
G = 34.4%
B = 12.4%

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

#85561F (or 0x85561F) is known color: Hot Curry. HEX triplet: 85, 56 and 1F. RGB value is (133,86,31). Sum of RGB (Red+Green+Blue) = 133+86+31=250 (33% of max value = 765). Red value is 133 (52.34% from 255 or 53.2% from 250); Green value is 86 (33.98% from 255 or 34.4% from 250); Blue value is 31 (12.5% from 255 or 12.4% from 250); Max value from RGB is 133 - color contains mainly: red. Hex color #85561F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85561F is #7AA9E0. Grayscale: #5E5E5E. Windows color (decimal): -8038881 or 2053765. OLE color: 2053765.

HSL color Cylindrical-coordinate representation of color #85561F: hue angle of 32.35º degrees, saturation: 0.62, 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 #85561F is Cyan = 0, Magento = 0.35, Yellow = 0.77 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 86 31 -
CMYK 0 0.35 0.77 0.48
HSL 32.35º 0.62% 0.32% -
HSV(B) 32.35º 0.77% 0.52% -
XYZ 13.25 11.74 2.86 -
YUV 93.78 92.57 155.97 -
System Red Green Blue C M Y K H S L
Decimal 133 86 31 0 0.35 0.77 0.48 32.35 0.62 0.32
Hex 85 56 1F 0 23 4D 30 20 3E 20
Octal 205 126 37 0 43 115 60 40 76 40
Binary 10000101 1010110 11111 0 100011 1001101 110000 100000 111110 100000

Color Harmonies of #85561F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85561F

Black with #85561F

Text Example


Text Example

White with #85561F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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