Html Css Color HEX #85592E Hot Curry

📋 copy color: '#85592E'

red 133 ◦ green 89 ◦ blue 46

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

Shades of Hot Curry #85592E

Tints of Hot Curry #85592E

RGB

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

 GREEN value IS 89 (35.16% from 255) = 33.21%

 BLUE value IS 46 (18.36% from 255) = 17.16%

R = 49.63%
G = 33.21%
B = 17.16%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.65

 K value IS 0.48

RGB Variations

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

Color information

#85592E (or 0x85592E) is known color: Hot Curry. HEX triplet: 85, 59 and 2E. RGB value is (133,89,46). Sum of RGB (Red+Green+Blue) = 133+89+46=268 (35% of max value = 765). Red value is 133 (52.34% from 255 or 49.63% from 268); Green value is 89 (35.16% from 255 or 33.21% from 268); Blue value is 46 (18.36% from 255 or 17.16% from 268); Max value from RGB is 133 - color contains mainly: red. Hex color #85592E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85592E is #7AA6D1. Grayscale: #616161. Windows color (decimal): -8038098 or 3037573. OLE color: 3037573.

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

Color convert

RGB 133 89 46 -
CMYK 0 0.33 0.65 0.48
HSL 29.66º 0.49% 0.35% -
HSV(B) 29.66º 0.65% 0.52% -
XYZ 13.74 12.33 4.24 -
YUV 97.25 99.08 153.5 -
System Red Green Blue C M Y K H S L
Decimal 133 89 46 0 0.33 0.65 0.48 29.66 0.49 0.35
Hex 85 59 2E 0 21 41 30 1E 31 23
Octal 205 131 56 0 41 101 60 36 61 43
Binary 10000101 1011001 101110 0 100001 1000001 110000 11110 110001 100011

Color Harmonies of #85592E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85592E

Black with #85592E

Text Example


Text Example

White with #85592E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,89,46); }

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

background-color css

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

 a { background-color: rgb(133,89,46); }

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

border-color css

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

 span { border-color: rgb(133,89,46); }

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