Html Css Color HEX #885921 Hot Curry

📋 copy color: '#885921'

red 136 ◦ green 89 ◦ blue 33

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

Shades of Hot Curry #885921

Tints of Hot Curry #885921

RGB

 RED value IS 136 (53.52% from 255) = 52.71%

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

 BLUE value IS 33 (13.28% from 255) = 12.79%

R = 52.71%
G = 34.5%
B = 12.79%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.76

 K value IS 0.47

RGB Variations

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

Color information

#885921 (or 0x885921) is known color: Hot Curry. HEX triplet: 88, 59 and 21. RGB value is (136,89,33). Sum of RGB (Red+Green+Blue) = 136+89+33=258 (34% of max value = 765). Red value is 136 (53.52% from 255 or 52.71% from 258); Green value is 89 (35.16% from 255 or 34.50% from 258); Blue value is 33 (13.28% from 255 or 12.79% from 258); Max value from RGB is 136 - color contains mainly: red. Hex color #885921 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #885921 is #77A6DE. Grayscale: #606060. Windows color (decimal): -7841503 or 2185608. OLE color: 2185608.

HSL color Cylindrical-coordinate representation of color #885921: hue angle of 32.62º degrees, saturation: 0.61, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #885921 is Cyan = 0, Magento = 0.35, Yellow = 0.76 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 89 33 -
CMYK 0 0.35 0.76 0.47
HSL 32.62º 0.61% 0.33% -
HSV(B) 32.62º 0.76% 0.53% -
XYZ 14 12.49 3.11 -
YUV 96.67 92.07 156.05 -
System Red Green Blue C M Y K H S L
Decimal 136 89 33 0 0.35 0.76 0.47 32.62 0.61 0.33
Hex 88 59 21 0 23 4C 2F 21 3D 21
Octal 210 131 41 0 43 114 57 41 75 41
Binary 10001000 1011001 100001 0 100011 1001100 101111 100001 111101 100001

Color Harmonies of #885921

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885921

Black with #885921

Text Example


Text Example

White with #885921

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #885921; }

 p { color: rgb(136,89,33); }

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

background-color css

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

 a { background-color: rgb(136,89,33); }

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

border-color css

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

 span { border-color: rgb(136,89,33); }

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