Html Css Color HEX #824E04 Raw Umber

📋 copy color: '#824E04'

red 130 ◦ green 78 ◦ blue 4

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

Shades of Raw Umber #824E04

Tints of Raw Umber #824E04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.89%

R = 61.32%
G = 36.79%
B = 1.89%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.97

 K value IS 0.49

RGB Variations

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

Color information

#824E04 (or 0x824E04) is known color: Raw Umber. HEX triplet: 82, 4E and 04. RGB value is (130,78,4). Sum of RGB (Red+Green+Blue) = 130+78+4=212 (28% of max value = 765). Red value is 130 (51.17% from 255 or 61.32% from 212); Green value is 78 (30.86% from 255 or 36.79% from 212); Blue value is 4 (1.95% from 255 or 1.89% from 212); Max value from RGB is 130 - color contains mainly: red. Hex color #824E04 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #824E04 is #7DB1FB. Grayscale: #555555. Windows color (decimal): -8237564 or 282242. OLE color: 282242.

HSL color Cylindrical-coordinate representation of color #824E04: hue angle of 35.24º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #824E04 is Cyan = 0, Magento = 0.40, Yellow = 0.97 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 78 4 -
CMYK 0 0.40 0.97 0.49
HSL 35.24º 0.94% 0.26% -
HSV(B) 35.24º 0.97% 0.51% -
XYZ 11.95 10.2 1.45 -
YUV 85.11 82.23 160.02 -
System Red Green Blue C M Y K H S L
Decimal 130 78 4 0 0.40 0.97 0.49 35.24 0.94 0.26
Hex 82 4E 4 0 28 61 31 23 5E 1A
Octal 202 116 4 0 50 141 61 43 136 32
Binary 10000010 1001110 100 0 101000 1100001 110001 100011 1011110 11010

Color Harmonies of #824E04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824E04

Black with #824E04

Text Example


Text Example

White with #824E04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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