Html Css Color HEX #824D0B Raw Umber

📋 copy color: '#824D0B'

red 130 ◦ green 77 ◦ blue 11

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

Shades of Raw Umber #824D0B

Tints of Raw Umber #824D0B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 5.05%

R = 59.63%
G = 35.32%
B = 5.05%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.92

 K value IS 0.49

RGB Variations

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

Color information

#824D0B (or 0x824D0B) is known color: Raw Umber. HEX triplet: 82, 4D and 0B. RGB value is (130,77,11). Sum of RGB (Red+Green+Blue) = 130+77+11=218 (28% of max value = 765). Red value is 130 (51.17% from 255 or 59.63% from 218); Green value is 77 (30.47% from 255 or 35.32% from 218); Blue value is 11 (4.69% from 255 or 5.05% from 218); Max value from RGB is 130 - color contains mainly: red. Hex color #824D0B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #824D0B is #7DB2F4. Grayscale: #555555. Windows color (decimal): -8237813 or 740738. OLE color: 740738.

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

Color convert

RGB 130 77 11 -
CMYK 0 0.41 0.92 0.49
HSL 33.28º 0.84% 0.28% -
HSV(B) 33.28º 0.92% 0.51% -
XYZ 11.92 10.08 1.63 -
YUV 85.32 86.06 159.87 -
System Red Green Blue C M Y K H S L
Decimal 130 77 11 0 0.41 0.92 0.49 33.28 0.84 0.28
Hex 82 4D B 0 29 5C 31 21 54 1C
Octal 202 115 13 0 51 134 61 41 124 34
Binary 10000010 1001101 1011 0 101001 1011100 110001 100001 1010100 11100

Color Harmonies of #824D0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824D0B

Black with #824D0B

Text Example


Text Example

White with #824D0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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