#825B06

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

Shades of Raw Umber #825B06

Tints of Raw Umber #825B06

Color information

#825B06 (or 0x825B06) is unknown color: approx Raw Umber. HEX triplet: 82, 5B and 06. RGB value is (130,91,6). Sum of RGB (Red+Green+Blue) = 130+91+6=227 (30% of max value = 765). Red value is 130 (51.17% from 255 or 57.27% from 227); Green value is 91 (35.94% from 255 or 40.09% from 227); Blue value is 6 (2.73% from 255 or 2.64% from 227); Max value from RGB is 130 - color contains mainly: red. Hex color #825B06 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #825B06 is #7DA4F9. Grayscale: #5D5D5D. Windows color (decimal): -8234234 or 416642. OLE color: 416642.

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

Color convert

RGB130916-
CMYK00.300.950.49
HSL41.13º91.18%26.67%-
HSV(B)41.13º95.38%50.98%-
XYZ12.9812.241.85-
YUV92.9778.92154.41-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 57.27%
GREEN value IS 91 (35.94% from 255) = 40.09%
BLUE value IS 6 (2.73% from 255) = 2.64%
R=57.27%
G=40.09%
B=2.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.95
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13091600.300.950.4941.1391.1826.67
Hex825B601E5F31295b1b
Octal2021336036137615113333
Binary1000001010110111100111101011111110001101001101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825B06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,91,6); }

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

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

 a { background-color: rgb(130,91,6); }

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

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

 span { border-color: rgb(130,91,6); }

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