Html Css Color HEX #85581E Hot Curry

📋 copy color: '#85581E'

red 133 ◦ green 88 ◦ blue 30

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

Shades of Hot Curry #85581E

Tints of Hot Curry #85581E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 11.95%

R = 52.99%
G = 35.06%
B = 11.95%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.77

 K value IS 0.48

RGB Variations

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

Color information

#85581E (or 0x85581E) is known color: Hot Curry. HEX triplet: 85, 58 and 1E. RGB value is (133,88,30). Sum of RGB (Red+Green+Blue) = 133+88+30=251 (33% of max value = 765). Red value is 133 (52.34% from 255 or 52.99% from 251); Green value is 88 (34.77% from 255 or 35.06% from 251); Blue value is 30 (12.11% from 255 or 11.95% from 251); Max value from RGB is 133 - color contains mainly: red. Hex color #85581E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85581E is #7AA7E1. Grayscale: #5F5F5F. Windows color (decimal): -8038370 or 1988741. OLE color: 1988741.

HSL color Cylindrical-coordinate representation of color #85581E: hue angle of 33.79º degrees, saturation: 0.63, 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 #85581E is Cyan = 0, Magento = 0.34, Yellow = 0.77 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 88 30 -
CMYK 0 0.34 0.77 0.48
HSL 33.79º 0.63% 0.32% -
HSV(B) 33.79º 0.77% 0.52% -
XYZ 13.4 12.06 2.85 -
YUV 94.84 91.41 155.22 -
System Red Green Blue C M Y K H S L
Decimal 133 88 30 0 0.34 0.77 0.48 33.79 0.63 0.32
Hex 85 58 1E 0 22 4D 30 22 3F 20
Octal 205 130 36 0 42 115 60 42 77 40
Binary 10000101 1011000 11110 0 100010 1001101 110000 100010 111111 100000

Color Harmonies of #85581E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85581E

Black with #85581E

Text Example


Text Example

White with #85581E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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