Html Css Color HEX #824D10 Raw Umber

📋 copy color: '#824D10'

red 130 ◦ green 77 ◦ blue 16

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

Shades of Raw Umber #824D10

Tints of Raw Umber #824D10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 7.17%

R = 58.3%
G = 34.53%
B = 7.17%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.88

 K value IS 0.49

RGB Variations

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

Color information

#824D10 (or 0x824D10) is known color: Raw Umber. HEX triplet: 82, 4D and 10. RGB value is (130,77,16). Sum of RGB (Red+Green+Blue) = 130+77+16=223 (29% of max value = 765). Red value is 130 (51.17% from 255 or 58.30% from 223); Green value is 77 (30.47% from 255 or 34.53% from 223); Blue value is 16 (6.64% from 255 or 7.17% from 223); Max value from RGB is 130 - color contains mainly: red. Hex color #824D10 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #824D10 is #7DB2EF. Grayscale: #565656. Windows color (decimal): -8237808 or 1068418. OLE color: 1068418.

HSL color Cylindrical-coordinate representation of color #824D10: hue angle of 32.11º degrees, saturation: 0.78, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #824D10 is Cyan = 0, Magento = 0.41, Yellow = 0.88 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 77 16 -
CMYK 0 0.41 0.88 0.49
HSL 32.11º 0.78% 0.29% -
HSV(B) 32.11º 0.88% 0.51% -
XYZ 11.95 10.09 1.81 -
YUV 85.89 88.56 159.46 -
System Red Green Blue C M Y K H S L
Decimal 130 77 16 0 0.41 0.88 0.49 32.11 0.78 0.29
Hex 82 4D 10 0 29 58 31 20 4E 1D
Octal 202 115 20 0 51 130 61 40 116 35
Binary 10000010 1001101 10000 0 101001 1011000 110001 100000 1001110 11101

Color Harmonies of #824D10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824D10

Black with #824D10

Text Example


Text Example

White with #824D10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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