Html Css Color HEX #704E0D Raw Umber

📋 copy color: '#704E0D'

red 112 ◦ green 78 ◦ blue 13

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

Shades of Raw Umber #704E0D

Tints of Raw Umber #704E0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 6.4%

R = 55.17%
G = 38.42%
B = 6.4%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.88

 K value IS 0.56

RGB Variations

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

Color information

#704E0D (or 0x704E0D) is known color: Raw Umber. HEX triplet: 70, 4E and 0D. RGB value is (112,78,13). Sum of RGB (Red+Green+Blue) = 112+78+13=203 (26% of max value = 765). Red value is 112 (44.14% from 255 or 55.17% from 203); Green value is 78 (30.86% from 255 or 38.42% from 203); Blue value is 13 (5.47% from 255 or 6.40% from 203); Max value from RGB is 112 - color contains mainly: red. Hex color #704E0D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #704E0D is #8FB1F2. Grayscale: #515151. Windows color (decimal): -9417203 or 872048. OLE color: 872048.

HSL color Cylindrical-coordinate representation of color #704E0D: hue angle of 39.39º degrees, saturation: 0.79, 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 #704E0D is Cyan = 0, Magento = 0.30, Yellow = 0.88 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 78 13 -
CMYK 0 0.30 0.88 0.56
HSL 39.39º 0.79% 0.25% -
HSV(B) 39.39º 0.88% 0.44% -
XYZ 9.48 8.92 1.6 -
YUV 80.76 89.76 150.29 -
System Red Green Blue C M Y K H S L
Decimal 112 78 13 0 0.30 0.88 0.56 39.39 0.79 0.25
Hex 70 4E D 0 1E 58 38 27 4F 19
Octal 160 116 15 0 36 130 70 47 117 31
Binary 1110000 1001110 1101 0 11110 1011000 111000 100111 1001111 11001

Color Harmonies of #704E0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704E0D

Black with #704E0D

Text Example


Text Example

White with #704E0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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