Html Css Color HEX #704C0E Raw Umber

📋 copy color: '#704C0E'

red 112 ◦ green 76 ◦ blue 14

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

Shades of Raw Umber #704C0E

Tints of Raw Umber #704C0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 6.93%

R = 55.45%
G = 37.62%
B = 6.93%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.88

 K value IS 0.56

RGB Variations

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

Color information

#704C0E (or 0x704C0E) is known color: Raw Umber. HEX triplet: 70, 4C and 0E. RGB value is (112,76,14). Sum of RGB (Red+Green+Blue) = 112+76+14=202 (26% of max value = 765). Red value is 112 (44.14% from 255 or 55.45% from 202); Green value is 76 (30.08% from 255 or 37.62% from 202); Blue value is 14 (5.86% from 255 or 6.93% from 202); Max value from RGB is 112 - color contains mainly: red. Hex color #704C0E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #704C0E is #8FB3F1. Grayscale: #4F4F4F. Windows color (decimal): -9417714 or 937072. OLE color: 937072.

HSL color Cylindrical-coordinate representation of color #704C0E: hue angle of 37.96º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #704C0E is Cyan = 0, Magento = 0.32, Yellow = 0.88 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 76 14 -
CMYK 0 0.32 0.88 0.56
HSL 37.96º 0.78% 0.25% -
HSV(B) 37.96º 0.88% 0.44% -
XYZ 9.35 8.65 1.59 -
YUV 79.7 90.93 151.04 -
System Red Green Blue C M Y K H S L
Decimal 112 76 14 0 0.32 0.88 0.56 37.96 0.78 0.25
Hex 70 4C E 0 20 58 38 26 4E 19
Octal 160 114 16 0 40 130 70 46 116 31
Binary 1110000 1001100 1110 0 100000 1011000 111000 100110 1001110 11001

Color Harmonies of #704C0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704C0E

Black with #704C0E

Text Example


Text Example

White with #704C0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,76,14); }

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

background-color css

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

 a { background-color: rgb(112,76,14); }

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

border-color css

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

 span { border-color: rgb(112,76,14); }

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