Html Css Color HEX #85601F Hot Curry

📋 copy color: '#85601F'

red 133 ◦ green 96 ◦ blue 31

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

Shades of Hot Curry #85601F

Tints of Hot Curry #85601F

RGB

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

 GREEN value IS 96 (37.89% from 255) = 36.92%

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

R = 51.15%
G = 36.92%
B = 11.92%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.77

 K value IS 0.48

RGB Variations

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

Color information

#85601F (or 0x85601F) is known color: Hot Curry. HEX triplet: 85, 60 and 1F. RGB value is (133,96,31). Sum of RGB (Red+Green+Blue) = 133+96+31=260 (34% of max value = 765). Red value is 133 (52.34% from 255 or 51.15% from 260); Green value is 96 (37.89% from 255 or 36.92% from 260); Blue value is 31 (12.5% from 255 or 11.92% from 260); Max value from RGB is 133 - color contains mainly: red. Hex color #85601F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85601F is #7A9FE0. Grayscale: #636363. Windows color (decimal): -8036321 or 2056325. OLE color: 2056325.

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

Color convert

RGB 133 96 31 -
CMYK 0 0.28 0.77 0.48
HSL 38.24º 0.62% 0.32% -
HSV(B) 38.24º 0.77% 0.52% -
XYZ 14.1 13.45 3.15 -
YUV 99.65 89.26 151.79 -
System Red Green Blue C M Y K H S L
Decimal 133 96 31 0 0.28 0.77 0.48 38.24 0.62 0.32
Hex 85 60 1F 0 1C 4D 30 26 3E 20
Octal 205 140 37 0 34 115 60 46 76 40
Binary 10000101 1100000 11111 0 11100 1001101 110000 100110 111110 100000

Color Harmonies of #85601F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85601F

Black with #85601F

Text Example


Text Example

White with #85601F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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