#824800

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

Shades of Raw Umber #824800

Tints of Raw Umber #824800

Color information

#824800 (or 0x824800) is unknown color: approx Raw Umber. HEX triplet: 82, 48 and 00. RGB value is (130,72,0). Sum of RGB (Red+Green+Blue) = 130+72+0=202 (26% of max value = 765). Red value is 130 (51.17% from 255 or 64.36% from 202); Green value is 72 (28.52% from 255 or 35.64% from 202); Blue value is 0 (0.39% from 255 or 0% from 202); Max value from RGB is 130 - color contains mainly: red. Hex color #824800 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #824800 is #7DB7FF. Grayscale: #515151. Windows color (decimal): -8239104 or 18562. OLE color: 18562.

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

Color convert

RGB130720-
CMYK00.4510.49
HSL33.23º100%25.49%-
HSV(B)33.23º100%50.98%-
XYZ11.529.381.2-
YUV81.1382.22162.85-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 64.36%
GREEN value IS 72 (28.52% from 255) = 35.64%
BLUE value IS 0 (0.39% from 255) = 0%
R=64.36%
G=35.64%
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
Decimal13072000.4510.4933.2310025.49
Hex8248002D6431216419
Octal2021100055144614114431
Binary100000101001000001011011100100110001100001110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #824800

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #824800; }

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

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

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

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

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

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

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

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