Html Css Color HEX #824E0B Raw Umber

📋 copy color: '#824E0B'

red 130 ◦ green 78 ◦ blue 11

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

Shades of Raw Umber #824E0B

Tints of Raw Umber #824E0B

RGB

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

 GREEN value IS 78 (30.86% from 255) = 35.62%

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

R = 59.36%
G = 35.62%
B = 5.02%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.92

 K value IS 0.49

RGB Variations

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

Color information

#824E0B (or 0x824E0B) is known color: Raw Umber. HEX triplet: 82, 4E and 0B. RGB value is (130,78,11). Sum of RGB (Red+Green+Blue) = 130+78+11=219 (29% of max value = 765). Red value is 130 (51.17% from 255 or 59.36% from 219); Green value is 78 (30.86% from 255 or 35.62% from 219); Blue value is 11 (4.69% from 255 or 5.02% from 219); Max value from RGB is 130 - color contains mainly: red. Hex color #824E0B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #824E0B is #7DB1F4. Grayscale: #565656. Windows color (decimal): -8237557 or 740994. OLE color: 740994.

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

Color convert

RGB 130 78 11 -
CMYK 0 0.40 0.92 0.49
HSL 33.78º 0.84% 0.28% -
HSV(B) 33.78º 0.92% 0.51% -
XYZ 11.99 10.22 1.66 -
YUV 85.91 85.73 159.45 -
System Red Green Blue C M Y K H S L
Decimal 130 78 11 0 0.40 0.92 0.49 33.78 0.84 0.28
Hex 82 4E B 0 28 5C 31 22 54 1C
Octal 202 116 13 0 50 134 61 42 124 34
Binary 10000010 1001110 1011 0 101000 1011100 110001 100010 1010100 11100

Color Harmonies of #824E0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824E0B

Black with #824E0B

Text Example


Text Example

White with #824E0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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