#836030

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

Shades of Hot Curry #836030

Tints of Hot Curry #836030

Color information

#836030 (or 0x836030) is unknown color: approx Hot Curry. HEX triplet: 83, 60 and 30. RGB value is (131,96,48). Sum of RGB (Red+Green+Blue) = 131+96+48=275 (36% of max value = 765). Red value is 131 (51.56% from 255 or 47.64% from 275); Green value is 96 (37.89% from 255 or 34.91% from 275); Blue value is 48 (19.14% from 255 or 17.45% from 275); Max value from RGB is 131 - color contains mainly: red. Hex color #836030 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #836030 is #7C9FCF. Grayscale: #656565. Windows color (decimal): -8167376 or 3170435. OLE color: 3170435.

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

Color convert

RGB1319648-
CMYK00.270.630.49
HSL34.7º46.37%35.1%-
HSV(B)34.7º63.36%51.37%-
XYZ14.0813.44.64-
YUV100.9998.1149.4-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 47.64%
GREEN value IS 96 (37.89% from 255) = 34.91%
BLUE value IS 48 (19.14% from 255) = 17.45%
R=47.64%
G=34.91%
B=17.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.63
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131964800.270.630.4934.746.3735.1
Hex83603001B3F31232e23
Octal203140600337761435643
Binary100000111100000110000011011111111110001100011101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #836030

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #836030; }

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

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

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

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

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

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

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

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