Html Css Color HEX #855220 Hot Curry

📋 copy color: '#855220'

red 133 ◦ green 82 ◦ blue 32

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

Shades of Hot Curry #855220

Tints of Hot Curry #855220

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 12.96%

R = 53.85%
G = 33.2%
B = 12.96%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.76

 K value IS 0.48

RGB Variations

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

Color information

#855220 (or 0x855220) is known color: Hot Curry. HEX triplet: 85, 52 and 20. RGB value is (133,82,32). Sum of RGB (Red+Green+Blue) = 133+82+32=247 (32% of max value = 765). Red value is 133 (52.34% from 255 or 53.85% from 247); Green value is 82 (32.42% from 255 or 33.20% from 247); Blue value is 32 (12.89% from 255 or 12.96% from 247); Max value from RGB is 133 - color contains mainly: red. Hex color #855220 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #855220 is #7AADDF. Grayscale: #5B5B5B. Windows color (decimal): -8039904 or 2118277. OLE color: 2118277.

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

Color convert

RGB 133 82 32 -
CMYK 0 0.38 0.76 0.48
HSL 29.7º 0.61% 0.32% -
HSV(B) 29.7º 0.76% 0.52% -
XYZ 12.95 11.13 2.83 -
YUV 91.55 94.4 157.57 -
System Red Green Blue C M Y K H S L
Decimal 133 82 32 0 0.38 0.76 0.48 29.7 0.61 0.32
Hex 85 52 20 0 26 4C 30 1E 3D 20
Octal 205 122 40 0 46 114 60 36 75 40
Binary 10000101 1010010 100000 0 100110 1001100 110000 11110 111101 100000

Color Harmonies of #855220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855220

Black with #855220

Text Example


Text Example

White with #855220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #855220; }

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

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

background-color css

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

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

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

border-color css

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

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

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