Html Css Color HEX #855221 Hot Curry

📋 copy color: '#855221'

red 133 ◦ green 82 ◦ blue 33

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

Shades of Hot Curry #855221

Tints of Hot Curry #855221

RGB

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

 GREEN value IS 82 (32.42% from 255) = 33.06%

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

R = 53.63%
G = 33.06%
B = 13.31%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.75

 K value IS 0.48

RGB Variations

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

Color information

#855221 (or 0x855221) is known color: Hot Curry. HEX triplet: 85, 52 and 21. RGB value is (133,82,33). Sum of RGB (Red+Green+Blue) = 133+82+33=248 (32% of max value = 765). Red value is 133 (52.34% from 255 or 53.63% from 248); Green value is 82 (32.42% from 255 or 33.06% from 248); Blue value is 33 (13.28% from 255 or 13.31% from 248); Max value from RGB is 133 - color contains mainly: red. Hex color #855221 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #855221 is #7AADDE. Grayscale: #5B5B5B. Windows color (decimal): -8039903 or 2183813. OLE color: 2183813.

HSL color Cylindrical-coordinate representation of color #855221: hue angle of 29.4º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #855221 is Cyan = 0, Magento = 0.38, Yellow = 0.75 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 82 33 -
CMYK 0 0.38 0.75 0.48
HSL 29.4º 0.6% 0.33% -
HSV(B) 29.4º 0.75% 0.52% -
XYZ 12.96 11.13 2.9 -
YUV 91.66 94.9 157.48 -
System Red Green Blue C M Y K H S L
Decimal 133 82 33 0 0.38 0.75 0.48 29.4 0.6 0.33
Hex 85 52 21 0 26 4B 30 1D 3C 21
Octal 205 122 41 0 46 113 60 35 74 41
Binary 10000101 1010010 100001 0 100110 1001011 110000 11101 111100 100001

Color Harmonies of #855221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855221

Black with #855221

Text Example


Text Example

White with #855221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #855221; }

 p { color: rgb(133,82,33); }

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

background-color css

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

 a { background-color: rgb(133,82,33); }

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

border-color css

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

 span { border-color: rgb(133,82,33); }

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