#825615

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

Shades of Raw Umber #825615

Tints of Raw Umber #825615

Color information

#825615 (or 0x825615) is unknown color: approx Raw Umber. HEX triplet: 82, 56 and 15. RGB value is (130,86,21). Sum of RGB (Red+Green+Blue) = 130+86+21=237 (31% of max value = 765). Red value is 130 (51.17% from 255 or 54.85% from 237); Green value is 86 (33.98% from 255 or 36.29% from 237); Blue value is 21 (8.59% from 255 or 8.86% from 237); Max value from RGB is 130 - color contains mainly: red. Hex color #825615 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #825615 is #7DA9EA. Grayscale: #5C5C5C. Windows color (decimal): -8235499 or 1398402. OLE color: 1398402.

HSL color Cylindrical-coordinate representation of color #825615: hue angle of 35.78º 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 #825615 is Cyan = 0, Magento = 0.34, Yellow = 0.84 and Black (K on CMYK) = 0.49.

Color convert

RGB1308621-
CMYK00.340.840.49
HSL35.78º72.19%29.61%-
HSV(B)35.78º83.85%50.98%-
XYZ12.6711.462.25-
YUV91.7588.08155.29-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 54.85%
GREEN value IS 86 (33.98% from 255) = 36.29%
BLUE value IS 21 (8.59% from 255) = 8.86%
R=54.85%
G=36.29%
B=8.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.84
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130862100.340.840.4935.7872.1929.61
Hex825615022543124481e
Octal20212625042124614411036
Binary1000001010101101010101000101010100110001100100100100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825615

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #825615; }

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

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

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

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

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

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

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

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