#825500

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

Shades of Raw Umber #825500

Tints of Raw Umber #825500

Color information

#825500 (or 0x825500) is unknown color: approx Raw Umber. HEX triplet: 82, 55 and 00. RGB value is (130,85,0). Sum of RGB (Red+Green+Blue) = 130+85+0=215 (28% of max value = 765). Red value is 130 (51.17% from 255 or 60.47% from 215); Green value is 85 (33.59% from 255 or 39.53% from 215); Blue value is 0 (0.39% from 255 or 0% from 215); Max value from RGB is 130 - color contains mainly: red. Hex color #825500 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #825500 is #7DAAFF. Grayscale: #595959. Windows color (decimal): -8235776 or 21890. OLE color: 21890.

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

Color convert

RGB130850-
CMYK00.3510.49
HSL39.23º100%25.49%-
HSV(B)39.23º100%50.98%-
XYZ12.4511.241.51-
YUV88.7677.91157.41-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 60.47%
GREEN value IS 85 (33.59% from 255) = 39.53%
BLUE value IS 0 (0.39% from 255) = 0%
R=60.47%
G=39.53%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 1
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13085000.3510.4939.2310025.49
Hex825500236431276419
Octal2021250043144614714431
Binary100000101010101001000111100100110001100111110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825500

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #825500; }

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

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

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

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

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

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

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

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