Html Css Color HEX #835A24 Hot Curry

📋 copy color: '#835A24'

red 131 ◦ green 90 ◦ blue 36

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

Shades of Hot Curry #835A24

Tints of Hot Curry #835A24

RGB

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

 GREEN value IS 90 (35.55% from 255) = 35.02%

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

R = 50.97%
G = 35.02%
B = 14.01%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.73

 K value IS 0.49

RGB Variations

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

Color information

#835A24 (or 0x835A24) is known color: Hot Curry. HEX triplet: 83, 5A and 24. RGB value is (131,90,36). Sum of RGB (Red+Green+Blue) = 131+90+36=257 (34% of max value = 765). Red value is 131 (51.56% from 255 or 50.97% from 257); Green value is 90 (35.55% from 255 or 35.02% from 257); Blue value is 36 (14.45% from 255 or 14.01% from 257); Max value from RGB is 131 - color contains mainly: red. Hex color #835A24 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #835A24 is #7CA5DB. Grayscale: #606060. Windows color (decimal): -8168924 or 2382467. OLE color: 2382467.

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

Color convert

RGB 131 90 36 -
CMYK 0 0.31 0.73 0.49
HSL 34.11º 0.57% 0.33% -
HSV(B) 34.11º 0.73% 0.51% -
XYZ 13.33 12.27 3.33 -
YUV 96.1 94.08 152.89 -
System Red Green Blue C M Y K H S L
Decimal 131 90 36 0 0.31 0.73 0.49 34.11 0.57 0.33
Hex 83 5A 24 0 1F 49 31 22 39 21
Octal 203 132 44 0 37 111 61 42 71 41
Binary 10000011 1011010 100100 0 11111 1001001 110001 100010 111001 100001

Color Harmonies of #835A24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #835A24

Black with #835A24

Text Example


Text Example

White with #835A24

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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