#825608

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

Shades of Raw Umber #825608

Tints of Raw Umber #825608

Color information

#825608 (or 0x825608) is unknown color: approx Raw Umber. HEX triplet: 82, 56 and 08. RGB value is (130,86,8). Sum of RGB (Red+Green+Blue) = 130+86+8=224 (29% of max value = 765). Red value is 130 (51.17% from 255 or 58.04% from 224); Green value is 86 (33.98% from 255 or 38.39% from 224); Blue value is 8 (3.52% from 255 or 3.57% from 224); Max value from RGB is 130 - color contains mainly: red. Hex color #825608 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #825608 is #7DA9F7. Grayscale: #5A5A5A. Windows color (decimal): -8235512 or 546434. OLE color: 546434.

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

Color convert

RGB130868-
CMYK00.340.940.49
HSL38.36º88.41%27.06%-
HSV(B)38.36º93.85%50.98%-
XYZ12.5811.421.77-
YUV90.2681.58156.34-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 58.04%
GREEN value IS 86 (33.98% from 255) = 38.39%
BLUE value IS 8 (3.52% from 255) = 3.57%
R=58.04%
G=38.39%
B=3.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.94
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13086800.340.940.4938.3688.4127.06
Hex825680225E3126581b
Octal20212610042136614613033
Binary100000101010110100001000101011110110001100110101100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825608

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #825608; }

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

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

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

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

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

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

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

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