Html Css Color HEX #704313 Raw Umber

📋 copy color: '#704313'

red 112 ◦ green 67 ◦ blue 19

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

Shades of Raw Umber #704313

Tints of Raw Umber #704313

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 9.6%

R = 56.57%
G = 33.84%
B = 9.6%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.83

 K value IS 0.56

RGB Variations

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

Color information

#704313 (or 0x704313) is known color: Raw Umber. HEX triplet: 70, 43 and 13. RGB value is (112,67,19). Sum of RGB (Red+Green+Blue) = 112+67+19=198 (26% of max value = 765). Red value is 112 (44.14% from 255 or 56.57% from 198); Green value is 67 (26.56% from 255 or 33.84% from 198); Blue value is 19 (7.81% from 255 or 9.60% from 198); Max value from RGB is 112 - color contains mainly: red. Hex color #704313 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #704313 is #8FBCEC. Grayscale: #4B4B4B. Windows color (decimal): -9420013 or 1262448. OLE color: 1262448.

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

Color convert

RGB 112 67 19 -
CMYK 0 0.40 0.83 0.56
HSL 30.97º 0.71% 0.26% -
HSV(B) 30.97º 0.83% 0.44% -
XYZ 8.81 7.51 1.6 -
YUV 74.98 96.41 154.4 -
System Red Green Blue C M Y K H S L
Decimal 112 67 19 0 0.40 0.83 0.56 30.97 0.71 0.26
Hex 70 43 13 0 28 53 38 1F 47 1A
Octal 160 103 23 0 50 123 70 37 107 32
Binary 1110000 1000011 10011 0 101000 1010011 111000 11111 1000111 11010

Color Harmonies of #704313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704313

Black with #704313

Text Example


Text Example

White with #704313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704313; }

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

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

background-color css

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

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

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

border-color css

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

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

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