Html Css Color HEX #835221 Hot Curry

📋 copy color: '#835221'

red 131 ◦ green 82 ◦ blue 33

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

Shades of Hot Curry #835221

Tints of Hot Curry #835221

RGB

 RED value IS 131 (51.56% from 255) = 53.25%

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

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

R = 53.25%
G = 33.33%
B = 13.41%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.75

 K value IS 0.49

RGB Variations

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

Color information

#835221 (or 0x835221) is known color: Hot Curry. HEX triplet: 83, 52 and 21. RGB value is (131,82,33). Sum of RGB (Red+Green+Blue) = 131+82+33=246 (32% of max value = 765). Red value is 131 (51.56% from 255 or 53.25% from 246); Green value is 82 (32.42% from 255 or 33.33% from 246); Blue value is 33 (13.28% from 255 or 13.41% from 246); Max value from RGB is 131 - color contains mainly: red. Hex color #835221 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #835221 is #7CADDE. Grayscale: #5B5B5B. Windows color (decimal): -8170975 or 2183811. OLE color: 2183811.

HSL color Cylindrical-coordinate representation of color #835221: hue angle of 30º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #835221 is Cyan = 0, Magento = 0.37, Yellow = 0.75 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 82 33 -
CMYK 0 0.37 0.75 0.49
HSL 30º 0.6% 0.32% -
HSV(B) 30º 0.75% 0.51% -
XYZ 12.65 10.97 2.89 -
YUV 91.07 95.23 156.48 -
System Red Green Blue C M Y K H S L
Decimal 131 82 33 0 0.37 0.75 0.49 30 0.6 0.32
Hex 83 52 21 0 25 4B 31 1E 3C 20
Octal 203 122 41 0 45 113 61 36 74 40
Binary 10000011 1010010 100001 0 100101 1001011 110001 11110 111100 100000

Color Harmonies of #835221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #835221

Black with #835221

Text Example


Text Example

White with #835221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #835221; }

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

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

background-color css

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

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

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

border-color css

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

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

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