#824F00

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

Shades of Raw Umber #824F00

Tints of Raw Umber #824F00

Color information

#824F00 (or 0x824F00) is unknown color: approx Raw Umber. HEX triplet: 82, 4F and 00. RGB value is (130,79,0). Sum of RGB (Red+Green+Blue) = 130+79+0=209 (27% of max value = 765). Red value is 130 (51.17% from 255 or 62.20% from 209); Green value is 79 (31.25% from 255 or 37.80% from 209); Blue value is 0 (0.39% from 255 or 0% from 209); Max value from RGB is 130 - color contains mainly: red. Hex color #824F00 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #824F00 is #7DB0FF. Grayscale: #555555. Windows color (decimal): -8237312 or 20354. OLE color: 20354.

HSL color Cylindrical-coordinate representation of color #824F00: hue angle of 36.46º 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 #824F00 is Cyan = 0, Magento = 0.39, Yellow = 1 and Black (K on CMYK) = 0.49.

Color convert

RGB130790-
CMYK00.3910.49
HSL36.46º100%25.49%-
HSV(B)36.46º100%50.98%-
XYZ1210.341.36-
YUV85.2479.9159.92-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 62.20%
GREEN value IS 79 (31.25% from 255) = 37.80%
BLUE value IS 0 (0.39% from 255) = 0%
R=62.20%
G=37.80%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 1
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13079000.3910.4936.4610025.49
Hex824F00276431246419
Octal2021170047144614414431
Binary100000101001111001001111100100110001100100110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #824F00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #824F00; }

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

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

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

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

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

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

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

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