#825900

Color #825900 Raw Umber (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Raw Umber #825900

Tints of Raw Umber #825900

Color information

#825900 (or 0x825900) is unknown color: approx Raw Umber. HEX triplet: 82, 59 and 00. RGB value is (130,89,0). Sum of RGB (Red+Green+Blue) = 130+89+0=219 (29% of max value = 765). Red value is 130 (51.17% from 255 or 59.36% from 219); Green value is 89 (35.16% from 255 or 40.64% from 219); Blue value is 0 (0.39% from 255 or 0% from 219); Max value from RGB is 130 - color contains mainly: red. Hex color #825900 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #825900 is #7DA6FF. Grayscale: #5B5B5B. Windows color (decimal): -8234752 or 22914. OLE color: 22914.

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

Color convert

RGB130890-
CMYK00.3210.49
HSL41.08º100%25.49%-
HSV(B)41.08º100%50.98%-
XYZ12.7811.891.62-
YUV91.1176.58155.74-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 59.36%
GREEN value IS 89 (35.16% from 255) = 40.64%
BLUE value IS 0 (0.39% from 255) = 0%
R=59.36%
G=40.64%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 1
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13089000.3210.4941.0810025.49
Hex825900206431296419
Octal2021310040144615114431
Binary100000101011001001000001100100110001101001110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825900

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #825900; }

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

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

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

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

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

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

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

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