#835818

Color #835818 Hot Curry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hot Curry #835818

Tints of Hot Curry #835818

Color information

#835818 (or 0x835818) is unknown color: approx Hot Curry. HEX triplet: 83, 58 and 18. RGB value is (131,88,24). Sum of RGB (Red+Green+Blue) = 131+88+24=243 (32% of max value = 765). Red value is 131 (51.56% from 255 or 53.91% from 243); Green value is 88 (34.77% from 255 or 36.21% from 243); Blue value is 24 (9.77% from 255 or 9.88% from 243); Max value from RGB is 131 - color contains mainly: red. Hex color #835818 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #835818 is #7CA7E7. Grayscale: #5D5D5D. Windows color (decimal): -8169448 or 1595523. OLE color: 1595523.

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

Color convert

RGB1318824-
CMYK00.330.820.49
HSL35.89º69.03%30.39%-
HSV(B)35.89º81.68%51.37%-
XYZ13.0111.872.47-
YUV93.5688.75154.7-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 53.91%
GREEN value IS 88 (34.77% from 255) = 36.21%
BLUE value IS 24 (9.77% from 255) = 9.88%
R=53.91%
G=36.21%
B=9.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.82
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131882400.330.820.4935.8969.0330.39
Hex835818021523124451e
Octal20313030041122614410536
Binary1000001110110001100001000011010010110001100100100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #835818

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #835818; }

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

 H1.HeaderClassName
 {
   color: #835818;
 }
 .AnyTagClassName
 {
   color: #835818;
 }
</style>
background-color css

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

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

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

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

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

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