#825505

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

Shades of Raw Umber #825505

Tints of Raw Umber #825505

Color information

#825505 (or 0x825505) is unknown color: approx Raw Umber. HEX triplet: 82, 55 and 05. RGB value is (130,85,5). Sum of RGB (Red+Green+Blue) = 130+85+5=220 (29% of max value = 765). Red value is 130 (51.17% from 255 or 59.09% from 220); Green value is 85 (33.59% from 255 or 38.64% from 220); Blue value is 5 (2.34% from 255 or 2.27% from 220); Max value from RGB is 130 - color contains mainly: red. Hex color #825505 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #825505 is #7DAAFA. Grayscale: #595959. Windows color (decimal): -8235771 or 349570. OLE color: 349570.

HSL color Cylindrical-coordinate representation of color #825505: hue angle of 38.4º degrees, saturation: 0.93, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #825505 is Cyan = 0, Magento = 0.35, Yellow = 0.96 and Black (K on CMYK) = 0.49.

Color convert

RGB130855-
CMYK00.350.960.49
HSL38.4º92.59%26.47%-
HSV(B)38.4º96.15%50.98%-
XYZ12.4811.251.66-
YUV89.3380.41157-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 59.09%
GREEN value IS 85 (33.59% from 255) = 38.64%
BLUE value IS 5 (2.34% from 255) = 2.27%
R=59.09%
G=38.64%
B=2.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.96
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13085500.350.960.4938.492.5926.47
Hex825550236031265d1a
Octal2021255043140614613532
Binary10000010101010110101000111100000110001100110101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825505

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #825505; }

 p { color: rgb(130,85,5); }

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

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

 a { background-color: rgb(130,85,5); }

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

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

 span { border-color: rgb(130,85,5); }

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