Html Css Color HEX #85581C Hot Curry

📋 copy color: '#85581C'

red 133 ◦ green 88 ◦ blue 28

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

Shades of Hot Curry #85581C

Tints of Hot Curry #85581C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 11.24%

R = 53.41%
G = 35.34%
B = 11.24%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.79

 K value IS 0.48

RGB Variations

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

Color information

#85581C (or 0x85581C) is known color: Hot Curry. HEX triplet: 85, 58 and 1C. RGB value is (133,88,28). Sum of RGB (Red+Green+Blue) = 133+88+28=249 (32% of max value = 765). Red value is 133 (52.34% from 255 or 53.41% from 249); Green value is 88 (34.77% from 255 or 35.34% from 249); Blue value is 28 (11.33% from 255 or 11.24% from 249); Max value from RGB is 133 - color contains mainly: red. Hex color #85581C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85581C is #7AA7E3. Grayscale: #5E5E5E. Windows color (decimal): -8038372 or 1857669. OLE color: 1857669.

HSL color Cylindrical-coordinate representation of color #85581C: hue angle of 34.29º degrees, saturation: 0.65, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #85581C is Cyan = 0, Magento = 0.34, Yellow = 0.79 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 88 28 -
CMYK 0 0.34 0.79 0.48
HSL 34.29º 0.65% 0.32% -
HSV(B) 34.29º 0.79% 0.52% -
XYZ 13.37 12.05 2.72 -
YUV 94.62 90.41 155.38 -
System Red Green Blue C M Y K H S L
Decimal 133 88 28 0 0.34 0.79 0.48 34.29 0.65 0.32
Hex 85 58 1C 0 22 4F 30 22 41 20
Octal 205 130 34 0 42 117 60 42 101 40
Binary 10000101 1011000 11100 0 100010 1001111 110000 100010 1000001 100000

Color Harmonies of #85581C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85581C

Black with #85581C

Text Example


Text Example

White with #85581C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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