Html Css Color HEX #835F24 Hot Curry

📋 copy color: '#835F24'

red 131 ◦ green 95 ◦ blue 36

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

Shades of Hot Curry #835F24

Tints of Hot Curry #835F24

RGB

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

 GREEN value IS 95 (37.5% from 255) = 36.26%

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

R = 50%
G = 36.26%
B = 13.74%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.73

 K value IS 0.49

RGB Variations

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

Color information

#835F24 (or 0x835F24) is known color: Hot Curry. HEX triplet: 83, 5F and 24. RGB value is (131,95,36). Sum of RGB (Red+Green+Blue) = 131+95+36=262 (34% of max value = 765). Red value is 131 (51.56% from 255 or 50% from 262); Green value is 95 (37.5% from 255 or 36.26% from 262); Blue value is 36 (14.45% from 255 or 13.74% from 262); Max value from RGB is 131 - color contains mainly: red. Hex color #835F24 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #835F24 is #7CA0DB. Grayscale: #636363. Windows color (decimal): -8167644 or 2383747. OLE color: 2383747.

HSL color Cylindrical-coordinate representation of color #835F24: hue angle of 37.26º 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 #835F24 is Cyan = 0, Magento = 0.27, Yellow = 0.73 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 95 36 -
CMYK 0 0.27 0.73 0.49
HSL 37.26º 0.57% 0.33% -
HSV(B) 37.26º 0.73% 0.51% -
XYZ 13.77 13.14 3.48 -
YUV 99.04 92.43 150.8 -
System Red Green Blue C M Y K H S L
Decimal 131 95 36 0 0.27 0.73 0.49 37.26 0.57 0.33
Hex 83 5F 24 0 1B 49 31 25 39 21
Octal 203 137 44 0 33 111 61 45 71 41
Binary 10000011 1011111 100100 0 11011 1001001 110001 100101 111001 100001

Color Harmonies of #835F24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #835F24

Black with #835F24

Text Example


Text Example

White with #835F24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #835F24; }

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

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

background-color css

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

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

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

border-color css

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

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

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