Html Css Color HEX #704E03 Raw Umber

📋 copy color: '#704E03'

red 112 ◦ green 78 ◦ blue 3

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

Shades of Raw Umber #704E03

Tints of Raw Umber #704E03

RGB

 RED value IS 112 (44.14% from 255) = 58.03%

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

 BLUE value IS 3 (1.56% from 255) = 1.55%

R = 58.03%
G = 40.41%
B = 1.55%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.97

 K value IS 0.56

RGB Variations

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

Color information

#704E03 (or 0x704E03) is known color: Raw Umber. HEX triplet: 70, 4E and 03. RGB value is (112,78,3). Sum of RGB (Red+Green+Blue) = 112+78+3=193 (25% of max value = 765). Red value is 112 (44.14% from 255 or 58.03% from 193); Green value is 78 (30.86% from 255 or 40.41% from 193); Blue value is 3 (1.56% from 255 or 1.55% from 193); Max value from RGB is 112 - color contains mainly: red. Hex color #704E03 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #704E03 is #8FB1FC. Grayscale: #4F4F4F. Windows color (decimal): -9417213 or 216688. OLE color: 216688.

HSL color Cylindrical-coordinate representation of color #704E03: hue angle of 41.28º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #704E03 is Cyan = 0, Magento = 0.30, Yellow = 0.97 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 78 3 -
CMYK 0 0.30 0.97 0.56
HSL 41.28º 0.95% 0.23% -
HSV(B) 41.28º 0.97% 0.44% -
XYZ 9.42 8.9 1.31 -
YUV 79.62 84.76 151.1 -
System Red Green Blue C M Y K H S L
Decimal 112 78 3 0 0.30 0.97 0.56 41.28 0.95 0.23
Hex 70 4E 3 0 1E 61 38 29 5F 17
Octal 160 116 3 0 36 141 70 51 137 27
Binary 1110000 1001110 11 0 11110 1100001 111000 101001 1011111 10111

Color Harmonies of #704E03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704E03

Black with #704E03

Text Example


Text Example

White with #704E03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704E03; }

 p { color: rgb(112,78,3); }

 H1.HeaderClassName
 {
   color: #704E03;
 }
 .AnyTagClassName
 {
   color: #704E03;
 }
</style>

background-color css

<style>
 a { background-color: #704E03; }

 a { background-color: rgb(112,78,3); }

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

border-color css

<style>
 span { border-color: #704E03; }

 span { border-color: rgb(112,78,3); }

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