Html Css Color HEX #844C02 Raw Umber

📋 copy color: '#844C02'

red 132 ◦ green 76 ◦ blue 2

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

Shades of Raw Umber #844C02

Tints of Raw Umber #844C02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.95%

R = 62.86%
G = 36.19%
B = 0.95%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.98

 K value IS 0.48

RGB Variations

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

Color information

#844C02 (or 0x844C02) is known color: Raw Umber. HEX triplet: 84, 4C and 02. RGB value is (132,76,2). Sum of RGB (Red+Green+Blue) = 132+76+2=210 (27% of max value = 765). Red value is 132 (51.95% from 255 or 62.86% from 210); Green value is 76 (30.08% from 255 or 36.19% from 210); Blue value is 2 (1.17% from 255 or 0.95% from 210); Max value from RGB is 132 - color contains mainly: red. Hex color #844C02 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #844C02 is #7BB3FD. Grayscale: #545454. Windows color (decimal): -8107006 or 150660. OLE color: 150660.

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

Color convert

RGB 132 76 2 -
CMYK 0 0.42 0.98 0.48
HSL 34.15º 0.97% 0.26% -
HSV(B) 34.15º 0.98% 0.52% -
XYZ 12.11 10.08 1.36 -
YUV 84.31 81.55 162.02 -
System Red Green Blue C M Y K H S L
Decimal 132 76 2 0 0.42 0.98 0.48 34.15 0.97 0.26
Hex 84 4C 2 0 2A 62 30 22 61 1A
Octal 204 114 2 0 52 142 60 42 141 32
Binary 10000100 1001100 10 0 101010 1100010 110000 100010 1100001 11010

Color Harmonies of #844C02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #844C02

Black with #844C02

Text Example


Text Example

White with #844C02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,76,2); }

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

background-color css

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

 a { background-color: rgb(132,76,2); }

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

border-color css

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

 span { border-color: rgb(132,76,2); }

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