#825F00

Color #825F00 Golden Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Golden Brown #825F00

Tints of Golden Brown #825F00

Color information

#825F00 (or 0x825F00) is unknown color: approx Golden Brown. HEX triplet: 82, 5F and 00. RGB value is (130,95,0). Sum of RGB (Red+Green+Blue) = 130+95+0=225 (29% of max value = 765). Red value is 130 (51.17% from 255 or 57.78% from 225); Green value is 95 (37.5% from 255 or 42.22% from 225); Blue value is 0 (0.39% from 255 or 0% from 225); Max value from RGB is 130 - color contains mainly: red. Hex color #825F00 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #825F00 is #7DA0FF. Grayscale: #5F5F5F. Windows color (decimal): -8233216 or 24450. OLE color: 24450.

HSL color Cylindrical-coordinate representation of color #825F00: hue angle of 43.85º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #825F00 is Cyan = 0, Magento = 0.27, Yellow = 1 and Black (K on CMYK) = 0.49.

Color convert

RGB130950-
CMYK00.2710.49
HSL43.85º100%25.49%-
HSV(B)43.85º100%50.98%-
XYZ13.312.931.79-
YUV94.6474.6153.22-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 57.78%
GREEN value IS 95 (37.5% from 255) = 42.22%
BLUE value IS 0 (0.39% from 255) = 0%
R=57.78%
G=42.22%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 1
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13095000.2710.4943.8510025.49
Hex825F001B64312c6419
Octal2021370033144615414431
Binary10000010101111100110111100100110001101100110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825F00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #825F00; }

 p { color: rgb(130,95,0); }

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

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

 a { background-color: rgb(130,95,0); }

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

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

 span { border-color: rgb(130,95,0); }

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