#825925

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

Shades of Hot Curry #825925

Tints of Hot Curry #825925

Color information

#825925 (or 0x825925) is unknown color: approx Hot Curry. HEX triplet: 82, 59 and 25. RGB value is (130,89,37). Sum of RGB (Red+Green+Blue) = 130+89+37=256 (33% of max value = 765). Red value is 130 (51.17% from 255 or 50.78% from 256); Green value is 89 (35.16% from 255 or 34.77% from 256); Blue value is 37 (14.84% from 255 or 14.45% from 256); Max value from RGB is 130 - color contains mainly: red. Hex color #825925 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #825925 is #7DA6DA. Grayscale: #5F5F5F. Windows color (decimal): -8234715 or 2447746. OLE color: 2447746.

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

Color convert

RGB1308937-
CMYK00.320.720.49
HSL33.55º55.69%32.75%-
HSV(B)33.55º71.54%50.98%-
XYZ13.1112.023.38-
YUV95.3395.08152.73-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 50.78%
GREEN value IS 89 (35.16% from 255) = 34.77%
BLUE value IS 37 (14.84% from 255) = 14.45%
R=50.78%
G=34.77%
B=14.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.72
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130893700.320.720.4933.5555.6932.75
Hex8259250204831223821
Octal2021314504011061427041
Binary10000010101100110010101000001001000110001100010111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825925

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #825925; }

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

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

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

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

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

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

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

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