#825315

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

Shades of Raw Umber #825315

Tints of Raw Umber #825315

Color information

#825315 (or 0x825315) is unknown color: approx Raw Umber. HEX triplet: 82, 53 and 15. RGB value is (130,83,21). Sum of RGB (Red+Green+Blue) = 130+83+21=234 (30% of max value = 765). Red value is 130 (51.17% from 255 or 55.56% from 234); Green value is 83 (32.81% from 255 or 35.47% from 234); Blue value is 21 (8.59% from 255 or 8.97% from 234); Max value from RGB is 130 - color contains mainly: red. Hex color #825315 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #825315 is #7DACEA. Grayscale: #5A5A5A. Windows color (decimal): -8236267 or 1397634. OLE color: 1397634.

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

Color convert

RGB1308321-
CMYK00.360.840.49
HSL34.13º72.19%29.61%-
HSV(B)34.13º83.85%50.98%-
XYZ12.4310.992.17-
YUV89.9889.07156.54-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 55.56%
GREEN value IS 83 (32.81% from 255) = 35.47%
BLUE value IS 21 (8.59% from 255) = 8.97%
R=55.56%
G=35.47%
B=8.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.84
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130832100.360.840.4934.1372.1929.61
Hex825315024543122481e
Octal20212325044124614211036
Binary1000001010100111010101001001010100110001100010100100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825315

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #825315; }

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

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

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

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

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

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

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

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