Html Css Color HEX #844D00 Raw Umber

📋 copy color: '#844D00'

red 132 ◦ green 77 ◦ blue 0

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

Shades of Raw Umber #844D00

Tints of Raw Umber #844D00

RGB

 RED value IS 132 (51.95% from 255) = 63.16%

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 63.16%
G = 36.84%
B = 0%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 1

 K value IS 0.48

RGB Variations

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

Color information

#844D00 (or 0x844D00) is known color: Raw Umber. HEX triplet: 84, 4D and 00. RGB value is (132,77,0). Sum of RGB (Red+Green+Blue) = 132+77+0=209 (27% of max value = 765). Red value is 132 (51.95% from 255 or 63.16% from 209); Green value is 77 (30.47% from 255 or 36.84% from 209); Blue value is 0 (0.39% from 255 or 0% from 209); Max value from RGB is 132 - color contains mainly: red. Hex color #844D00 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #844D00 is #7BB2FF. Grayscale: #555555. Windows color (decimal): -8106752 or 19844. OLE color: 19844.

HSL color Cylindrical-coordinate representation of color #844D00: hue angle of 35º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 1%. Process color model (Four color, CMYK) of #844D00 is Cyan = 0, Magento = 0.42, Yellow = 1 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 77 0 -
CMYK 0 0.42 1 0.48
HSL 35º 1% 0.26% -
HSV(B) 35º 1% 0.52% -
XYZ 12.17 10.21 1.33 -
YUV 84.67 80.22 161.76 -
System Red Green Blue C M Y K H S L
Decimal 132 77 0 0 0.42 1 0.48 35 1 0.26
Hex 84 4D 0 0 2A 64 30 23 64 1A
Octal 204 115 0 0 52 144 60 43 144 32
Binary 10000100 1001101 0 0 101010 1100100 110000 100011 1100100 11010

Color Harmonies of #844D00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #844D00

Black with #844D00

Text Example


Text Example

White with #844D00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #844D00; }

 p { color: rgb(132,77,0); }

 H1.HeaderClassName
 {
   color: #844D00;
 }
 .AnyTagClassName
 {
   color: #844D00;
 }
</style>

background-color css

<style>
 a { background-color: #844D00; }

 a { background-color: rgb(132,77,0); }

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

border-color css

<style>
 span { border-color: #844D00; }

 span { border-color: rgb(132,77,0); }

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