Html Css Color HEX #85581D Hot Curry

📋 copy color: '#85581D'

red 133 ◦ green 88 ◦ blue 29

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

Shades of Hot Curry #85581D

Tints of Hot Curry #85581D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 11.6%

R = 53.2%
G = 35.2%
B = 11.6%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.78

 K value IS 0.48

RGB Variations

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

Color information

#85581D (or 0x85581D) is known color: Hot Curry. HEX triplet: 85, 58 and 1D. RGB value is (133,88,29). Sum of RGB (Red+Green+Blue) = 133+88+29=250 (33% of max value = 765). Red value is 133 (52.34% from 255 or 53.2% from 250); Green value is 88 (34.77% from 255 or 35.2% from 250); Blue value is 29 (11.72% from 255 or 11.6% from 250); Max value from RGB is 133 - color contains mainly: red. Hex color #85581D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85581D is #7AA7E2. Grayscale: #5F5F5F. Windows color (decimal): -8038371 or 1923205. OLE color: 1923205.

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

Color convert

RGB 133 88 29 -
CMYK 0 0.34 0.78 0.48
HSL 34.04º 0.64% 0.32% -
HSV(B) 34.04º 0.78% 0.52% -
XYZ 13.38 12.05 2.78 -
YUV 94.73 90.91 155.3 -
System Red Green Blue C M Y K H S L
Decimal 133 88 29 0 0.34 0.78 0.48 34.04 0.64 0.32
Hex 85 58 1D 0 22 4E 30 22 40 20
Octal 205 130 35 0 42 116 60 42 100 40
Binary 10000101 1011000 11101 0 100010 1001110 110000 100010 1000000 100000

Color Harmonies of #85581D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85581D

Black with #85581D

Text Example


Text Example

White with #85581D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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