Html Css Color HEX #835524 Hot Curry

📋 copy color: '#835524'

red 131 ◦ green 85 ◦ blue 36

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

Shades of Hot Curry #835524

Tints of Hot Curry #835524

RGB

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

 GREEN value IS 85 (33.59% from 255) = 33.73%

 BLUE value IS 36 (14.45% from 255) = 14.29%

R = 51.98%
G = 33.73%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.73

 K value IS 0.49

RGB Variations

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

Color information

#835524 (or 0x835524) is known color: Hot Curry. HEX triplet: 83, 55 and 24. RGB value is (131,85,36). Sum of RGB (Red+Green+Blue) = 131+85+36=252 (33% of max value = 765). Red value is 131 (51.56% from 255 or 51.98% from 252); Green value is 85 (33.59% from 255 or 33.73% from 252); Blue value is 36 (14.45% from 255 or 14.29% from 252); Max value from RGB is 131 - color contains mainly: red. Hex color #835524 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #835524 is #7CAADB. Grayscale: #5D5D5D. Windows color (decimal): -8170204 or 2381187. OLE color: 2381187.

HSL color Cylindrical-coordinate representation of color #835524: hue angle of 30.95º degrees, saturation: 0.57, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #835524 is Cyan = 0, Magento = 0.35, Yellow = 0.73 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 85 36 -
CMYK 0 0.35 0.73 0.49
HSL 30.95º 0.57% 0.33% -
HSV(B) 30.95º 0.73% 0.51% -
XYZ 12.93 11.45 3.2 -
YUV 93.17 95.74 154.98 -
System Red Green Blue C M Y K H S L
Decimal 131 85 36 0 0.35 0.73 0.49 30.95 0.57 0.33
Hex 83 55 24 0 23 49 31 1F 39 21
Octal 203 125 44 0 43 111 61 37 71 41
Binary 10000011 1010101 100100 0 100011 1001001 110001 11111 111001 100001

Color Harmonies of #835524

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #835524

Black with #835524

Text Example


Text Example

White with #835524

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #835524; }

 p { color: rgb(131,85,36); }

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

background-color css

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

 a { background-color: rgb(131,85,36); }

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

border-color css

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

 span { border-color: rgb(131,85,36); }

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