#825306

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

Shades of Raw Umber #825306

Tints of Raw Umber #825306

Color information

#825306 (or 0x825306) is unknown color: approx Raw Umber. HEX triplet: 82, 53 and 06. RGB value is (130,83,6). Sum of RGB (Red+Green+Blue) = 130+83+6=219 (29% of max value = 765). Red value is 130 (51.17% from 255 or 59.36% from 219); Green value is 83 (32.81% from 255 or 37.90% from 219); Blue value is 6 (2.73% from 255 or 2.74% from 219); Max value from RGB is 130 - color contains mainly: red. Hex color #825306 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #825306 is #7DACF9. Grayscale: #585858. Windows color (decimal): -8236282 or 414594. OLE color: 414594.

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

Color convert

RGB130836-
CMYK00.360.950.49
HSL37.26º91.18%26.67%-
HSV(B)37.26º95.38%50.98%-
XYZ12.3310.951.64-
YUV88.2881.57157.76-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 59.36%
GREEN value IS 83 (32.81% from 255) = 37.90%
BLUE value IS 6 (2.73% from 255) = 2.74%
R=59.36%
G=37.90%
B=2.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.95
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13083600.360.950.4937.2691.1826.67
Hex825360245F31255b1b
Octal2021236044137614513333
Binary10000010101001111001001001011111110001100101101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825306

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #825306; }

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

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

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

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

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

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

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

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