Html Css Color HEX #835615 Hot Curry

📋 copy color: '#835615'

red 131 ◦ green 86 ◦ blue 21

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

Shades of Hot Curry #835615

Tints of Hot Curry #835615

RGB

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

 GREEN value IS 86 (33.98% from 255) = 36.13%

 BLUE value IS 21 (8.59% from 255) = 8.82%

R = 55.04%
G = 36.13%
B = 8.82%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.84

 K value IS 0.49

RGB Variations

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

Color information

#835615 (or 0x835615) is known color: Hot Curry. HEX triplet: 83, 56 and 15. RGB value is (131,86,21). Sum of RGB (Red+Green+Blue) = 131+86+21=238 (31% of max value = 765). Red value is 131 (51.56% from 255 or 55.04% from 238); Green value is 86 (33.98% from 255 or 36.13% from 238); Blue value is 21 (8.59% from 255 or 8.82% from 238); Max value from RGB is 131 - color contains mainly: red. Hex color #835615 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #835615 is #7CA9EA. Grayscale: #5C5C5C. Windows color (decimal): -8169963 or 1398403. OLE color: 1398403.

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

Color convert

RGB 131 86 21 -
CMYK 0 0.34 0.84 0.49
HSL 35.45º 0.72% 0.3% -
HSV(B) 35.45º 0.84% 0.51% -
XYZ 12.82 11.54 2.26 -
YUV 92.05 87.91 155.79 -
System Red Green Blue C M Y K H S L
Decimal 131 86 21 0 0.34 0.84 0.49 35.45 0.72 0.3
Hex 83 56 15 0 22 54 31 23 48 1E
Octal 203 126 25 0 42 124 61 43 110 36
Binary 10000011 1010110 10101 0 100010 1010100 110001 100011 1001000 11110

Color Harmonies of #835615

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #835615

Black with #835615

Text Example


Text Example

White with #835615

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #835615; }

 p { color: rgb(131,86,21); }

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

background-color css

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

 a { background-color: rgb(131,86,21); }

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

border-color css

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

 span { border-color: rgb(131,86,21); }

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