#825810

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

Shades of Raw Umber #825810

Tints of Raw Umber #825810

Color information

#825810 (or 0x825810) is unknown color: approx Raw Umber. HEX triplet: 82, 58 and 10. RGB value is (130,88,16). Sum of RGB (Red+Green+Blue) = 130+88+16=234 (30% of max value = 765). Red value is 130 (51.17% from 255 or 55.56% from 234); Green value is 88 (34.77% from 255 or 37.61% from 234); Blue value is 16 (6.64% from 255 or 6.84% from 234); Max value from RGB is 130 - color contains mainly: red. Hex color #825810 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #825810 is #7DA7EF. Grayscale: #5C5C5C. Windows color (decimal): -8234992 or 1071234. OLE color: 1071234.

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

Color convert

RGB1308816-
CMYK00.320.880.49
HSL37.89º78.08%28.63%-
HSV(B)37.89º87.69%50.98%-
XYZ12.7911.762.09-
YUV92.3584.91154.85-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 55.56%
GREEN value IS 88 (34.77% from 255) = 37.61%
BLUE value IS 16 (6.64% from 255) = 6.84%
R=55.56%
G=37.61%
B=6.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.88
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130881600.320.880.4937.8978.0828.63
Hex8258100205831264e1d
Octal20213020040130614611635
Binary1000001010110001000001000001011000110001100110100111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825810

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #825810; }

 p { color: rgb(130,88,16); }

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

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

 a { background-color: rgb(130,88,16); }

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

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

 span { border-color: rgb(130,88,16); }

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