Html Css Color HEX #885321 Hot Curry

📋 copy color: '#885321'

red 136 ◦ green 83 ◦ blue 33

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

Shades of Hot Curry #885321

Tints of Hot Curry #885321

RGB

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

 GREEN value IS 83 (32.81% from 255) = 32.94%

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

R = 53.97%
G = 32.94%
B = 13.1%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.76

 K value IS 0.47

RGB Variations

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

Color information

#885321 (or 0x885321) is known color: Hot Curry. HEX triplet: 88, 53 and 21. RGB value is (136,83,33). Sum of RGB (Red+Green+Blue) = 136+83+33=252 (33% of max value = 765). Red value is 136 (53.52% from 255 or 53.97% from 252); Green value is 83 (32.81% from 255 or 32.94% from 252); Blue value is 33 (13.28% from 255 or 13.10% from 252); Max value from RGB is 136 - color contains mainly: red. Hex color #885321 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #885321 is #77ACDE. Grayscale: #5D5D5D. Windows color (decimal): -7843039 or 2184072. OLE color: 2184072.

HSL color Cylindrical-coordinate representation of color #885321: hue angle of 29.13º 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 #885321 is Cyan = 0, Magento = 0.39, Yellow = 0.76 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 83 33 -
CMYK 0 0.39 0.76 0.47
HSL 29.13º 0.61% 0.33% -
HSV(B) 29.13º 0.76% 0.53% -
XYZ 13.52 11.53 2.95 -
YUV 93.15 94.06 158.57 -
System Red Green Blue C M Y K H S L
Decimal 136 83 33 0 0.39 0.76 0.47 29.13 0.61 0.33
Hex 88 53 21 0 27 4C 2F 1D 3D 21
Octal 210 123 41 0 47 114 57 35 75 41
Binary 10001000 1010011 100001 0 100111 1001100 101111 11101 111101 100001

Color Harmonies of #885321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885321

Black with #885321

Text Example


Text Example

White with #885321

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #885321; }

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

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

background-color css

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

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

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

border-color css

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

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

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