#836630

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

Shades of Hot Curry #836630

Tints of Hot Curry #836630

Color information

#836630 (or 0x836630) is unknown color: approx Hot Curry. HEX triplet: 83, 66 and 30. RGB value is (131,102,48). Sum of RGB (Red+Green+Blue) = 131+102+48=281 (37% of max value = 765). Red value is 131 (51.56% from 255 or 46.62% from 281); Green value is 102 (40.23% from 255 or 36.30% from 281); Blue value is 48 (19.14% from 255 or 17.08% from 281); Max value from RGB is 131 - color contains mainly: red. Hex color #836630 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #836630 is #7C99CF. Grayscale: #686868. Windows color (decimal): -8165840 or 3171971. OLE color: 3171971.

HSL color Cylindrical-coordinate representation of color #836630: hue angle of 39.04º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #836630 is Cyan = 0, Magento = 0.22, Yellow = 0.63 and Black (K on CMYK) = 0.49.

Color convert

RGB13110248-
CMYK00.220.630.49
HSL39.04º46.37%35.1%-
HSV(B)39.04º63.36%51.37%-
XYZ14.6414.544.83-
YUV104.5196.11146.89-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 46.62%
GREEN value IS 102 (40.23% from 255) = 36.30%
BLUE value IS 48 (19.14% from 255) = 17.08%
R=46.62%
G=36.30%
B=17.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.63
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1311024800.220.630.4939.0446.3735.1
Hex8366300163F31272e23
Octal203146600267761475643
Binary100000111100110110000010110111111110001100111101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #836630

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #836630; }

 p { color: rgb(131,102,48); }

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

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

 a { background-color: rgb(131,102,48); }

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

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

 span { border-color: rgb(131,102,48); }

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