Html Css Color HEX #835525 Hot Curry

📋 copy color: '#835525'

red 131 ◦ green 85 ◦ blue 37

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

Shades of Hot Curry #835525

Tints of Hot Curry #835525

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 14.62%

R = 51.78%
G = 33.6%
B = 14.62%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.72

 K value IS 0.49

RGB Variations

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

Color information

#835525 (or 0x835525) is known color: Hot Curry. HEX triplet: 83, 55 and 25. RGB value is (131,85,37). Sum of RGB (Red+Green+Blue) = 131+85+37=253 (33% of max value = 765). Red value is 131 (51.56% from 255 or 51.78% from 253); Green value is 85 (33.59% from 255 or 33.60% from 253); Blue value is 37 (14.84% from 255 or 14.62% from 253); Max value from RGB is 131 - color contains mainly: red. Hex color #835525 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #835525 is #7CAADA. Grayscale: #5D5D5D. Windows color (decimal): -8170203 or 2446723. OLE color: 2446723.

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

Color convert

RGB 131 85 37 -
CMYK 0 0.35 0.72 0.49
HSL 30.64º 0.56% 0.33% -
HSV(B) 30.64º 0.72% 0.51% -
XYZ 12.94 11.46 3.28 -
YUV 93.28 96.24 154.9 -
System Red Green Blue C M Y K H S L
Decimal 131 85 37 0 0.35 0.72 0.49 30.64 0.56 0.33
Hex 83 55 25 0 23 48 31 1F 38 21
Octal 203 125 45 0 43 110 61 37 70 41
Binary 10000011 1010101 100101 0 100011 1001000 110001 11111 111000 100001

Color Harmonies of #835525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #835525

Black with #835525

Text Example


Text Example

White with #835525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #835525; }

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

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

background-color css

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

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

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

border-color css

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

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

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