Html Css Color HEX #824A05 Raw Umber

📋 copy color: '#824A05'

red 130 ◦ green 74 ◦ blue 5

#824A05
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Raw Umber #824A05

Tints of Raw Umber #824A05

RGB

 RED value IS 130 (51.17% from 255) = 62.2%

 GREEN value IS 74 (29.3% from 255) = 35.41%

 BLUE value IS 5 (2.34% from 255) = 2.39%

R = 62.2%
G = 35.41%
B = 2.39%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.96

 K value IS 0.49

RGB Variations

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

Color information

#824A05 (or 0x824A05) is known color: 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

RGB 130 74 5 -
CMYK 0 0.43 0.96 0.49
HSL 33.12º 0.93% 0.26% -
HSV(B) 33.12º 0.96% 0.51% -
XYZ 11.68 9.65 1.39 -
YUV 82.88 84.05 161.61 -
System Red Green Blue C M Y K H S L
Decimal 130 74 5 0 0.43 0.96 0.49 33.12 0.93 0.26
Hex 82 4A 5 0 2B 60 31 21 5D 1A
Octal 202 112 5 0 53 140 61 41 135 32
Binary 10000010 1001010 101 0 101011 1100000 110001 100001 1011101 11010

Color Harmonies of #824A05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824A05

Black with #824A05

Text Example


Text Example

White with #824A05

Text Example


Text Example

HTML Codes & Css Web 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>