Html Css Color HEX #824C04 Raw Umber

📋 copy color: '#824C04'

red 130 ◦ green 76 ◦ blue 4

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

Shades of Raw Umber #824C04

Tints of Raw Umber #824C04

RGB

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

 GREEN value IS 76 (30.08% from 255) = 36.19%

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

R = 61.9%
G = 36.19%
B = 1.9%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.97

 K value IS 0.49

RGB Variations

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

Color information

#824C04 (or 0x824C04) is known color: Raw Umber. HEX triplet: 82, 4C and 04. RGB value is (130,76,4). Sum of RGB (Red+Green+Blue) = 130+76+4=210 (27% of max value = 765). Red value is 130 (51.17% from 255 or 61.90% from 210); Green value is 76 (30.08% from 255 or 36.19% from 210); Blue value is 4 (1.95% from 255 or 1.90% from 210); Max value from RGB is 130 - color contains mainly: red. Hex color #824C04 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #824C04 is #7DB3FB. Grayscale: #545454. Windows color (decimal): -8238076 or 281730. OLE color: 281730.

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

Color convert

RGB 130 76 4 -
CMYK 0 0.42 0.97 0.49
HSL 34.29º 0.94% 0.26% -
HSV(B) 34.29º 0.97% 0.51% -
XYZ 11.81 9.92 1.41 -
YUV 83.94 82.89 160.85 -
System Red Green Blue C M Y K H S L
Decimal 130 76 4 0 0.42 0.97 0.49 34.29 0.94 0.26
Hex 82 4C 4 0 2A 61 31 22 5E 1A
Octal 202 114 4 0 52 141 61 42 136 32
Binary 10000010 1001100 100 0 101010 1100001 110001 100010 1011110 11010

Color Harmonies of #824C04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824C04

Black with #824C04

Text Example


Text Example

White with #824C04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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