Html Css Color HEX #835616 Hot Curry

📋 copy color: '#835616'

red 131 ◦ green 86 ◦ blue 22

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

Shades of Hot Curry #835616

Tints of Hot Curry #835616

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 9.21%

R = 54.81%
G = 35.98%
B = 9.21%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.83

 K value IS 0.49

RGB Variations

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

Color information

#835616 (or 0x835616) is known color: Hot Curry. HEX triplet: 83, 56 and 16. RGB value is (131,86,22). Sum of RGB (Red+Green+Blue) = 131+86+22=239 (31% of max value = 765). Red value is 131 (51.56% from 255 or 54.81% from 239); Green value is 86 (33.98% from 255 or 35.98% from 239); Blue value is 22 (8.98% from 255 or 9.21% from 239); Max value from RGB is 131 - color contains mainly: red. Hex color #835616 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #835616 is #7CA9E9. Grayscale: #5C5C5C. Windows color (decimal): -8169962 or 1463939. OLE color: 1463939.

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

Color convert

RGB 131 86 22 -
CMYK 0 0.34 0.83 0.49
HSL 35.23º 0.71% 0.3% -
HSV(B) 35.23º 0.83% 0.51% -
XYZ 12.83 11.54 2.31 -
YUV 92.16 88.41 155.7 -
System Red Green Blue C M Y K H S L
Decimal 131 86 22 0 0.34 0.83 0.49 35.23 0.71 0.3
Hex 83 56 16 0 22 53 31 23 47 1E
Octal 203 126 26 0 42 123 61 43 107 36
Binary 10000011 1010110 10110 0 100010 1010011 110001 100011 1000111 11110

Color Harmonies of #835616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #835616

Black with #835616

Text Example


Text Example

White with #835616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #835616; }

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

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

background-color css

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

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

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

border-color css

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

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

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