Html Css Color HEX #704314 Raw Umber

📋 copy color: '#704314'

red 112 ◦ green 67 ◦ blue 20

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

Shades of Raw Umber #704314

Tints of Raw Umber #704314

RGB

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

 GREEN value IS 67 (26.56% from 255) = 33.67%

 BLUE value IS 20 (8.2% from 255) = 10.05%

R = 56.28%
G = 33.67%
B = 10.05%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.82

 K value IS 0.56

RGB Variations

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

Color information

#704314 (or 0x704314) is known color: Raw Umber. HEX triplet: 70, 43 and 14. RGB value is (112,67,20). Sum of RGB (Red+Green+Blue) = 112+67+20=199 (26% of max value = 765). Red value is 112 (44.14% from 255 or 56.28% from 199); Green value is 67 (26.56% from 255 or 33.67% from 199); Blue value is 20 (8.20% from 255 or 10.05% from 199); Max value from RGB is 112 - color contains mainly: red. Hex color #704314 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #704314 is #8FBCEB. Grayscale: #4B4B4B. Windows color (decimal): -9420012 or 1327984. OLE color: 1327984.

HSL color Cylindrical-coordinate representation of color #704314: hue angle of 30.65º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #704314 is Cyan = 0, Magento = 0.40, Yellow = 0.82 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 67 20 -
CMYK 0 0.40 0.82 0.56
HSL 30.65º 0.7% 0.26% -
HSV(B) 30.65º 0.82% 0.44% -
XYZ 8.82 7.51 1.65 -
YUV 75.1 96.91 154.32 -
System Red Green Blue C M Y K H S L
Decimal 112 67 20 0 0.40 0.82 0.56 30.65 0.7 0.26
Hex 70 43 14 0 28 52 38 1F 46 1A
Octal 160 103 24 0 50 122 70 37 106 32
Binary 1110000 1000011 10100 0 101000 1010010 111000 11111 1000110 11010

Color Harmonies of #704314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704314

Black with #704314

Text Example


Text Example

White with #704314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704314; }

 p { color: rgb(112,67,20); }

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

background-color css

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

 a { background-color: rgb(112,67,20); }

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

border-color css

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

 span { border-color: rgb(112,67,20); }

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