#825A0B

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

Shades of Raw Umber #825A0B

Tints of Raw Umber #825A0B

Color information

#825A0B (or 0x825A0B) is unknown color: approx Raw Umber. HEX triplet: 82, 5A and 0B. RGB value is (130,90,11). Sum of RGB (Red+Green+Blue) = 130+90+11=231 (30% of max value = 765). Red value is 130 (51.17% from 255 or 56.28% from 231); Green value is 90 (35.55% from 255 or 38.96% from 231); Blue value is 11 (4.69% from 255 or 4.76% from 231); Max value from RGB is 130 - color contains mainly: red. Hex color #825A0B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #825A0B is #7DA5F4. Grayscale: #5D5D5D. Windows color (decimal): -8234485 or 744066. OLE color: 744066.

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

Color convert

RGB1309011-
CMYK00.310.920.49
HSL39.83º84.4%27.65%-
HSV(B)39.83º91.54%50.98%-
XYZ12.9212.081.97-
YUV92.9581.75154.42-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 56.28%
GREEN value IS 90 (35.55% from 255) = 38.96%
BLUE value IS 11 (4.69% from 255) = 4.76%
R=56.28%
G=38.96%
B=4.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.92
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130901100.310.920.4939.8384.427.65
Hex825AB01F5C3128541c
Octal20213213037134615012434
Binary10000010101101010110111111011100110001101000101010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825A0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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