#825502

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

Shades of Raw Umber #825502

Tints of Raw Umber #825502

Color information

#825502 (or 0x825502) is unknown color: approx Raw Umber. HEX triplet: 82, 55 and 02. RGB value is (130,85,2). Sum of RGB (Red+Green+Blue) = 130+85+2=217 (28% of max value = 765). Red value is 130 (51.17% from 255 or 59.91% from 217); Green value is 85 (33.59% from 255 or 39.17% from 217); Blue value is 2 (1.17% from 255 or 0.92% from 217); Max value from RGB is 130 - color contains mainly: red. Hex color #825502 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #825502 is #7DAAFD. Grayscale: #595959. Windows color (decimal): -8235774 or 152962. OLE color: 152962.

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

Color convert

RGB130852-
CMYK00.350.980.49
HSL38.91º96.97%25.88%-
HSV(B)38.91º98.46%50.98%-
XYZ12.4711.251.57-
YUV88.9978.91157.25-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 59.91%
GREEN value IS 85 (33.59% from 255) = 39.17%
BLUE value IS 2 (1.17% from 255) = 0.92%
R=59.91%
G=39.17%
B=0.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.98
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13085200.350.980.4938.9196.9725.88
Hex82552023623127611a
Octal2021252043142614714132
Binary1000001010101011001000111100010110001100111110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825502

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #825502; }

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

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

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

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

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

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

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

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