Html Css Color HEX #835816 Hot Curry

📋 copy color: '#835816'

red 131 ◦ green 88 ◦ blue 22

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

Shades of Hot Curry #835816

Tints of Hot Curry #835816

RGB

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

 GREEN value IS 88 (34.77% from 255) = 36.51%

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

R = 54.36%
G = 36.51%
B = 9.13%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.83

 K value IS 0.49

RGB Variations

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

Color information

#835816 (or 0x835816) is known color: Hot Curry. HEX triplet: 83, 58 and 16. RGB value is (131,88,22). Sum of RGB (Red+Green+Blue) = 131+88+22=241 (31% of max value = 765). Red value is 131 (51.56% from 255 or 54.36% from 241); Green value is 88 (34.77% from 255 or 36.51% from 241); Blue value is 22 (8.98% from 255 or 9.13% from 241); Max value from RGB is 131 - color contains mainly: red. Hex color #835816 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #835816 is #7CA7E9. Grayscale: #5D5D5D. Windows color (decimal): -8169450 or 1464451. OLE color: 1464451.

HSL color Cylindrical-coordinate representation of color #835816: hue angle of 36.33º 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 #835816 is Cyan = 0, Magento = 0.33, Yellow = 0.83 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 88 22 -
CMYK 0 0.33 0.83 0.49
HSL 36.33º 0.71% 0.3% -
HSV(B) 36.33º 0.83% 0.51% -
XYZ 12.99 11.86 2.36 -
YUV 93.33 87.75 154.87 -
System Red Green Blue C M Y K H S L
Decimal 131 88 22 0 0.33 0.83 0.49 36.33 0.71 0.3
Hex 83 58 16 0 21 53 31 24 47 1E
Octal 203 130 26 0 41 123 61 44 107 36
Binary 10000011 1011000 10110 0 100001 1010011 110001 100100 1000111 11110

Color Harmonies of #835816

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #835816

Black with #835816

Text Example


Text Example

White with #835816

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #835816; }

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

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

background-color css

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

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

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

border-color css

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

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

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