Html Css Color HEX #85581A Hot Curry

📋 copy color: '#85581A'

red 133 ◦ green 88 ◦ blue 26

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

Shades of Hot Curry #85581A

Tints of Hot Curry #85581A

RGB

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

 GREEN value IS 88 (34.77% from 255) = 35.63%

 BLUE value IS 26 (10.55% from 255) = 10.53%

R = 53.85%
G = 35.63%
B = 10.53%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.80

 K value IS 0.48

RGB Variations

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

Color information

#85581A (or 0x85581A) is known color: Hot Curry. HEX triplet: 85, 58 and 1A. RGB value is (133,88,26). Sum of RGB (Red+Green+Blue) = 133+88+26=247 (32% of max value = 765). Red value is 133 (52.34% from 255 or 53.85% from 247); Green value is 88 (34.77% from 255 or 35.63% from 247); Blue value is 26 (10.55% from 255 or 10.53% from 247); Max value from RGB is 133 - color contains mainly: red. Hex color #85581A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85581A is #7AA7E5. Grayscale: #5E5E5E. Windows color (decimal): -8038374 or 1726597. OLE color: 1726597.

HSL color Cylindrical-coordinate representation of color #85581A: hue angle of 34.77º degrees, saturation: 0.67, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #85581A is Cyan = 0, Magento = 0.34, Yellow = 0.80 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 88 26 -
CMYK 0 0.34 0.80 0.48
HSL 34.77º 0.67% 0.31% -
HSV(B) 34.77º 0.8% 0.52% -
XYZ 13.35 12.04 2.6 -
YUV 94.39 89.41 155.54 -
System Red Green Blue C M Y K H S L
Decimal 133 88 26 0 0.34 0.80 0.48 34.77 0.67 0.31
Hex 85 58 1A 0 22 50 30 23 43 1F
Octal 205 130 32 0 42 120 60 43 103 37
Binary 10000101 1011000 11010 0 100010 1010000 110000 100011 1000011 11111

Color Harmonies of #85581A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85581A

Black with #85581A

Text Example


Text Example

White with #85581A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85581A; }

 p { color: rgb(133,88,26); }

 H1.HeaderClassName
 {
   color: #85581A;
 }
 .AnyTagClassName
 {
   color: #85581A;
 }
</style>

background-color css

<style>
 a { background-color: #85581A; }

 a { background-color: rgb(133,88,26); }

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

border-color css

<style>
 span { border-color: #85581A; }

 span { border-color: rgb(133,88,26); }

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