#824700

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

Shades of Raw Umber #824700

Tints of Raw Umber #824700

Color information

#824700 (or 0x824700) is unknown color: approx Raw Umber. HEX triplet: 82, 47 and 00. RGB value is (130,71,0). Sum of RGB (Red+Green+Blue) = 130+71+0=201 (26% of max value = 765). Red value is 130 (51.17% from 255 or 64.68% from 201); Green value is 71 (28.12% from 255 or 35.32% from 201); Blue value is 0 (0.39% from 255 or 0% from 201); Max value from RGB is 130 - color contains mainly: red. Hex color #824700 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #824700 is #7DB8FF. Grayscale: #505050. Windows color (decimal): -8239360 or 18306. OLE color: 18306.

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

Color convert

RGB130710-
CMYK00.4510.49
HSL32.77º100%25.49%-
HSV(B)32.77º100%50.98%-
XYZ11.469.251.18-
YUV80.5582.55163.27-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 64.68%
GREEN value IS 71 (28.12% from 255) = 35.32%
BLUE value IS 0 (0.39% from 255) = 0%
R=64.68%
G=35.32%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 1
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13071000.4510.4932.7710025.49
Hex8247002D6431216419
Octal2021070055144614114431
Binary100000101000111001011011100100110001100001110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #824700

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #824700; }

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

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

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

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

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

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

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

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