Html Css Color HEX #85551F Hot Curry

📋 copy color: '#85551F'

red 133 ◦ green 85 ◦ blue 31

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

Shades of Hot Curry #85551F

Tints of Hot Curry #85551F

RGB

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

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

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

R = 53.41%
G = 34.14%
B = 12.45%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.77

 K value IS 0.48

RGB Variations

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

Color information

#85551F (or 0x85551F) is known color: Hot Curry. HEX triplet: 85, 55 and 1F. RGB value is (133,85,31). Sum of RGB (Red+Green+Blue) = 133+85+31=249 (32% of max value = 765). Red value is 133 (52.34% from 255 or 53.41% from 249); Green value is 85 (33.59% from 255 or 34.14% from 249); Blue value is 31 (12.5% from 255 or 12.45% from 249); Max value from RGB is 133 - color contains mainly: red. Hex color #85551F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85551F is #7AAAE0. Grayscale: #5D5D5D. Windows color (decimal): -8039137 or 2053509. OLE color: 2053509.

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

Color convert

RGB 133 85 31 -
CMYK 0 0.36 0.77 0.48
HSL 31.76º 0.62% 0.32% -
HSV(B) 31.76º 0.77% 0.52% -
XYZ 13.17 11.58 2.84 -
YUV 93.2 92.9 156.39 -
System Red Green Blue C M Y K H S L
Decimal 133 85 31 0 0.36 0.77 0.48 31.76 0.62 0.32
Hex 85 55 1F 0 24 4D 30 20 3E 20
Octal 205 125 37 0 44 115 60 40 76 40
Binary 10000101 1010101 11111 0 100100 1001101 110000 100000 111110 100000

Color Harmonies of #85551F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85551F

Black with #85551F

Text Example


Text Example

White with #85551F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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