Html Css Color HEX #85592B Hot Curry

📋 copy color: '#85592B'

red 133 ◦ green 89 ◦ blue 43

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

Shades of Hot Curry #85592B

Tints of Hot Curry #85592B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 16.23%

R = 50.19%
G = 33.58%
B = 16.23%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.68

 K value IS 0.48

RGB Variations

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

Color information

#85592B (or 0x85592B) is known color: Hot Curry. HEX triplet: 85, 59 and 2B. RGB value is (133,89,43). Sum of RGB (Red+Green+Blue) = 133+89+43=265 (35% of max value = 765). Red value is 133 (52.34% from 255 or 50.19% from 265); Green value is 89 (35.16% from 255 or 33.58% from 265); Blue value is 43 (17.19% from 255 or 16.23% from 265); Max value from RGB is 133 - color contains mainly: red. Hex color #85592B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85592B is #7AA6D4. Grayscale: #616161. Windows color (decimal): -8038101 or 2840965. OLE color: 2840965.

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

Color convert

RGB 133 89 43 -
CMYK 0 0.33 0.68 0.48
HSL 30.67º 0.51% 0.35% -
HSV(B) 30.67º 0.68% 0.52% -
XYZ 13.68 12.31 3.94 -
YUV 96.91 97.58 153.74 -
System Red Green Blue C M Y K H S L
Decimal 133 89 43 0 0.33 0.68 0.48 30.67 0.51 0.35
Hex 85 59 2B 0 21 44 30 1F 33 23
Octal 205 131 53 0 41 104 60 37 63 43
Binary 10000101 1011001 101011 0 100001 1000100 110000 11111 110011 100011

Color Harmonies of #85592B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85592B

Black with #85592B

Text Example


Text Example

White with #85592B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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