#825B0F

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

Shades of Raw Umber #825B0F

Tints of Raw Umber #825B0F

Color information

#825B0F (or 0x825B0F) is unknown color: approx Raw Umber. HEX triplet: 82, 5B and 0F. RGB value is (130,91,15). Sum of RGB (Red+Green+Blue) = 130+91+15=236 (31% of max value = 765). Red value is 130 (51.17% from 255 or 55.08% from 236); Green value is 91 (35.94% from 255 or 38.56% from 236); Blue value is 15 (6.25% from 255 or 6.36% from 236); Max value from RGB is 130 - color contains mainly: red. Hex color #825B0F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #825B0F is #7DA4F0. Grayscale: #5E5E5E. Windows color (decimal): -8234225 or 1006466. OLE color: 1006466.

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

Color convert

RGB1309115-
CMYK00.300.880.49
HSL39.65º79.31%28.43%-
HSV(B)39.65º88.46%50.98%-
XYZ13.0312.262.13-
YUV9483.42153.68-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 55.08%
GREEN value IS 91 (35.94% from 255) = 38.56%
BLUE value IS 15 (6.25% from 255) = 6.36%
R=55.08%
G=38.56%
B=6.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.88
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130911500.300.880.4939.6579.3128.43
Hex825BF01E5831284f1c
Octal20213317036130615011734
Binary10000010101101111110111101011000110001101000100111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825B0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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