Html Css Color HEX #824D05 Raw Umber

📋 copy color: '#824D05'

red 130 ◦ green 77 ◦ blue 5

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

Shades of Raw Umber #824D05

Tints of Raw Umber #824D05

RGB

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

 GREEN value IS 77 (30.47% from 255) = 36.32%

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

R = 61.32%
G = 36.32%
B = 2.36%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.96

 K value IS 0.49

RGB Variations

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

Color information

#824D05 (or 0x824D05) is known color: Raw Umber. HEX triplet: 82, 4D and 05. RGB value is (130,77,5). Sum of RGB (Red+Green+Blue) = 130+77+5=212 (28% of max value = 765). Red value is 130 (51.17% from 255 or 61.32% from 212); Green value is 77 (30.47% from 255 or 36.32% from 212); Blue value is 5 (2.34% from 255 or 2.36% from 212); Max value from RGB is 130 - color contains mainly: red. Hex color #824D05 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #824D05 is #7DB2FA. Grayscale: #545454. Windows color (decimal): -8237819 or 347522. OLE color: 347522.

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

Color convert

RGB 130 77 5 -
CMYK 0 0.41 0.96 0.49
HSL 34.56º 0.93% 0.26% -
HSV(B) 34.56º 0.96% 0.51% -
XYZ 11.89 10.06 1.46 -
YUV 84.64 83.06 160.35 -
System Red Green Blue C M Y K H S L
Decimal 130 77 5 0 0.41 0.96 0.49 34.56 0.93 0.26
Hex 82 4D 5 0 29 60 31 23 5D 1A
Octal 202 115 5 0 51 140 61 43 135 32
Binary 10000010 1001101 101 0 101001 1100000 110001 100011 1011101 11010

Color Harmonies of #824D05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824D05

Black with #824D05

Text Example


Text Example

White with #824D05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #824D05;
 }
 .AnyTagClassName
 {
   color: #824D05;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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