#825901

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

Shades of Raw Umber #825901

Tints of Raw Umber #825901

Color information

#825901 (or 0x825901) is unknown color: approx Raw Umber. HEX triplet: 82, 59 and 01. RGB value is (130,89,1). Sum of RGB (Red+Green+Blue) = 130+89+1=220 (29% of max value = 765). Red value is 130 (51.17% from 255 or 59.09% from 220); Green value is 89 (35.16% from 255 or 40.45% from 220); Blue value is 1 (0.78% from 255 or 0.45% from 220); Max value from RGB is 130 - color contains mainly: red. Hex color #825901 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #825901 is #7DA6FE. Grayscale: #5B5B5B. Windows color (decimal): -8234751 or 88450. OLE color: 88450.

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

Color convert

RGB130891-
CMYK00.320.990.49
HSL40.93º98.47%25.69%-
HSV(B)40.93º99.23%50.98%-
XYZ12.7811.891.65-
YUV91.2377.08155.66-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 59.09%
GREEN value IS 89 (35.16% from 255) = 40.45%
BLUE value IS 1 (0.78% from 255) = 0.45%
R=59.09%
G=40.45%
B=0.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.99
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13089100.320.990.4940.9398.4725.69
Hex82591020633129621a
Octal2021311040143615114232
Binary100000101011001101000001100011110001101001110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825901

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #825901; }

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

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

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

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

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

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

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

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