#825008

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

Shades of Raw Umber #825008

Tints of Raw Umber #825008

Color information

#825008 (or 0x825008) is unknown color: approx Raw Umber. HEX triplet: 82, 50 and 08. RGB value is (130,80,8). Sum of RGB (Red+Green+Blue) = 130+80+8=218 (28% of max value = 765). Red value is 130 (51.17% from 255 or 59.63% from 218); Green value is 80 (31.64% from 255 or 36.70% from 218); Blue value is 8 (3.52% from 255 or 3.67% from 218); Max value from RGB is 130 - color contains mainly: red. Hex color #825008 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #825008 is #7DAFF7. Grayscale: #575757. Windows color (decimal): -8237048 or 544898. OLE color: 544898.

HSL color Cylindrical-coordinate representation of color #825008: hue angle of 35.41º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #825008 is Cyan = 0, Magento = 0.38, Yellow = 0.94 and Black (K on CMYK) = 0.49.

Color convert

RGB130808-
CMYK00.380.940.49
HSL35.41º88.41%27.06%-
HSV(B)35.41º93.85%50.98%-
XYZ12.1210.51.62-
YUV86.7483.56158.85-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 59.63%
GREEN value IS 80 (31.64% from 255) = 36.70%
BLUE value IS 8 (3.52% from 255) = 3.67%
R=59.63%
G=36.70%
B=3.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.94
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13080800.380.940.4935.4188.4127.06
Hex825080265E3123581b
Octal20212010046136614313033
Binary100000101010000100001001101011110110001100011101100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825008

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #825008; }

 p { color: rgb(130,80,8); }

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

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

 a { background-color: rgb(130,80,8); }

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

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

 span { border-color: rgb(130,80,8); }

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