#824A05

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

Shades of Raw Umber #824A05

Tints of Raw Umber #824A05

Color information

#824A05 (or 0x824A05) is unknown color: approx Raw Umber. HEX triplet: 82, 4A and 05. RGB value is (130,74,5). Sum of RGB (Red+Green+Blue) = 130+74+5=209 (27% of max value = 765). Red value is 130 (51.17% from 255 or 62.20% from 209); Green value is 74 (29.30% from 255 or 35.41% from 209); Blue value is 5 (2.34% from 255 or 2.39% from 209); Max value from RGB is 130 - color contains mainly: red. Hex color #824A05 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #824A05 is #7DB5FA. Grayscale: #535353. Windows color (decimal): -8238587 or 346754. OLE color: 346754.

HSL color Cylindrical-coordinate representation of color #824A05: hue angle of 33.12º degrees, saturation: 0.93, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #824A05 is Cyan = 0, Magento = 0.43, Yellow = 0.96 and Black (K on CMYK) = 0.49.

Color convert

RGB130745-
CMYK00.430.960.49
HSL33.12º92.59%26.47%-
HSV(B)33.12º96.15%50.98%-
XYZ11.689.651.39-
YUV82.8884.05161.61-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 62.20%
GREEN value IS 74 (29.30% from 255) = 35.41%
BLUE value IS 5 (2.34% from 255) = 2.39%
R=62.20%
G=35.41%
B=2.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.96
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13074500.430.960.4933.1292.5926.47
Hex824A502B6031215d1a
Octal2021125053140614113532
Binary10000010100101010101010111100000110001100001101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #824A05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,74,5); }

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

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

 a { background-color: rgb(130,74,5); }

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

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

 span { border-color: rgb(130,74,5); }

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