#825930

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

Shades of Hot Curry #825930

Tints of Hot Curry #825930

Color information

#825930 (or 0x825930) is unknown color: approx Hot Curry. HEX triplet: 82, 59 and 30. RGB value is (130,89,48). Sum of RGB (Red+Green+Blue) = 130+89+48=267 (35% of max value = 765). Red value is 130 (51.17% from 255 or 48.69% from 267); Green value is 89 (35.16% from 255 or 33.33% from 267); Blue value is 48 (19.14% from 255 or 17.98% from 267); Max value from RGB is 130 - color contains mainly: red. Hex color #825930 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #825930 is #7DA6CF. Grayscale: #606060. Windows color (decimal): -8234704 or 3168642. OLE color: 3168642.

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

Color convert

RGB1308948-
CMYK00.320.630.49
HSL30º46.07%34.9%-
HSV(B)30º63.08%50.98%-
XYZ13.3112.14.43-
YUV96.58100.58151.83-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 48.69%
GREEN value IS 89 (35.16% from 255) = 33.33%
BLUE value IS 48 (19.14% from 255) = 17.98%
R=48.69%
G=33.33%
B=17.98%

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
Decimal130894800.320.630.493046.0734.9
Hex8259300203F311e2e23
Octal202131600407761365643
Binary100000101011001110000010000011111111000111110101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825930

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #825930; }

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

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

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

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

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

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

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

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