#825A01

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

Shades of Raw Umber #825A01

Tints of Raw Umber #825A01

Color information

#825A01 (or 0x825A01) is unknown color: approx Raw Umber. HEX triplet: 82, 5A and 01. RGB value is (130,90,1). Sum of RGB (Red+Green+Blue) = 130+90+1=221 (29% of max value = 765). Red value is 130 (51.17% from 255 or 58.82% from 221); Green value is 90 (35.55% from 255 or 40.72% from 221); Blue value is 1 (0.78% from 255 or 0.45% from 221); Max value from RGB is 130 - color contains mainly: red. Hex color #825A01 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #825A01 is #7DA5FE. Grayscale: #5C5C5C. Windows color (decimal): -8234495 or 88706. OLE color: 88706.

HSL color Cylindrical-coordinate representation of color #825A01: hue angle of 41.4º 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 #825A01 is Cyan = 0, Magento = 0.31, Yellow = 0.99 and Black (K on CMYK) = 0.49.

Color convert

RGB130901-
CMYK00.310.990.49
HSL41.4º98.47%25.69%-
HSV(B)41.4º99.23%50.98%-
XYZ12.8712.061.68-
YUV91.8176.75155.24-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 58.82%
GREEN value IS 90 (35.55% from 255) = 40.72%
BLUE value IS 1 (0.78% from 255) = 0.45%
R=58.82%
G=40.72%
B=0.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.99
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13090100.310.990.4941.498.4725.69
Hex825A101F633129621a
Octal2021321037143615114232
Binary10000010101101010111111100011110001101001110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825A01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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