#825313

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

Shades of Raw Umber #825313

Tints of Raw Umber #825313

Color information

#825313 (or 0x825313) is unknown color: approx Raw Umber. HEX triplet: 82, 53 and 13. RGB value is (130,83,19). Sum of RGB (Red+Green+Blue) = 130+83+19=232 (30% of max value = 765). Red value is 130 (51.17% from 255 or 56.03% from 232); Green value is 83 (32.81% from 255 or 35.78% from 232); Blue value is 19 (7.81% from 255 or 8.19% from 232); Max value from RGB is 130 - color contains mainly: red. Hex color #825313 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #825313 is #7DACEC. Grayscale: #5A5A5A. Windows color (decimal): -8236269 or 1266562. OLE color: 1266562.

HSL color Cylindrical-coordinate representation of color #825313: hue angle of 34.59º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #825313 is Cyan = 0, Magento = 0.36, Yellow = 0.85 and Black (K on CMYK) = 0.49.

Color convert

RGB1308319-
CMYK00.360.850.49
HSL34.59º74.5%29.22%-
HSV(B)34.59º85.38%50.98%-
XYZ12.4210.982.08-
YUV89.7688.07156.7-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 56.03%
GREEN value IS 83 (32.81% from 255) = 35.78%
BLUE value IS 19 (7.81% from 255) = 8.19%
R=56.03%
G=35.78%
B=8.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.85
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130831900.360.850.4934.5974.529.22
Hex8253130245531234a1d
Octal20212323044125614311235
Binary1000001010100111001101001001010101110001100011100101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825313

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #825313; }

 p { color: rgb(130,83,19); }

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

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

 a { background-color: rgb(130,83,19); }

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

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

 span { border-color: rgb(130,83,19); }

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