#835930

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

Shades of Hot Curry #835930

Tints of Hot Curry #835930

Color information

#835930 (or 0x835930) is unknown color: approx Hot Curry. HEX triplet: 83, 59 and 30. RGB value is (131,89,48). Sum of RGB (Red+Green+Blue) = 131+89+48=268 (35% of max value = 765). Red value is 131 (51.56% from 255 or 48.88% from 268); Green value is 89 (35.16% from 255 or 33.21% from 268); Blue value is 48 (19.14% from 255 or 17.91% from 268); Max value from RGB is 131 - color contains mainly: red. Hex color #835930 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #835930 is #7CA6CF. Grayscale: #616161. Windows color (decimal): -8169168 or 3168643. OLE color: 3168643.

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

Color convert

RGB1318948-
CMYK00.320.630.49
HSL29.64º46.37%35.1%-
HSV(B)29.64º63.36%51.37%-
XYZ13.4712.184.44-
YUV96.88100.41152.33-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 48.88%
GREEN value IS 89 (35.16% from 255) = 33.21%
BLUE value IS 48 (19.14% from 255) = 17.91%
R=48.88%
G=33.21%
B=17.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.63
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131894800.320.630.4929.6446.3735.1
Hex8359300203F311e2e23
Octal203131600407761365643
Binary100000111011001110000010000011111111000111110101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #835930

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #835930; }

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

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

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

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

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

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

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

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