Html Css Color HEX #704309 Raw Umber

📋 copy color: '#704309'

red 112 ◦ green 67 ◦ blue 9

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

Shades of Raw Umber #704309

Tints of Raw Umber #704309

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 4.79%

R = 59.57%
G = 35.64%
B = 4.79%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.92

 K value IS 0.56

RGB Variations

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

Color information

#704309 (or 0x704309) is known color: Raw Umber. HEX triplet: 70, 43 and 09. RGB value is (112,67,9). Sum of RGB (Red+Green+Blue) = 112+67+9=188 (24% of max value = 765). Red value is 112 (44.14% from 255 or 59.57% from 188); Green value is 67 (26.56% from 255 or 35.64% from 188); Blue value is 9 (3.91% from 255 or 4.79% from 188); Max value from RGB is 112 - color contains mainly: red. Hex color #704309 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #704309 is #8FBCF6. Grayscale: #4A4A4A. Windows color (decimal): -9420023 or 607088. OLE color: 607088.

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

Color convert

RGB 112 67 9 -
CMYK 0 0.40 0.92 0.56
HSL 33.79º 0.85% 0.24% -
HSV(B) 33.79º 0.92% 0.44% -
XYZ 8.74 7.48 1.24 -
YUV 73.84 91.41 155.22 -
System Red Green Blue C M Y K H S L
Decimal 112 67 9 0 0.40 0.92 0.56 33.79 0.85 0.24
Hex 70 43 9 0 28 5C 38 22 55 18
Octal 160 103 11 0 50 134 70 42 125 30
Binary 1110000 1000011 1001 0 101000 1011100 111000 100010 1010101 11000

Color Harmonies of #704309

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704309

Black with #704309

Text Example


Text Example

White with #704309

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704309; }

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

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

background-color css

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

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

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

border-color css

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

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

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