Html Css Color HEX #704304 Raw Umber

📋 copy color: '#704304'

red 112 ◦ green 67 ◦ blue 4

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

Shades of Raw Umber #704304

Tints of Raw Umber #704304

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 2.19%

R = 61.2%
G = 36.61%
B = 2.19%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.96

 K value IS 0.56

RGB Variations

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

Color information

#704304 (or 0x704304) is known color: Raw Umber. HEX triplet: 70, 43 and 04. RGB value is (112,67,4). Sum of RGB (Red+Green+Blue) = 112+67+4=183 (24% of max value = 765). Red value is 112 (44.14% from 255 or 61.20% from 183); Green value is 67 (26.56% from 255 or 36.61% from 183); Blue value is 4 (1.95% from 255 or 2.19% from 183); Max value from RGB is 112 - color contains mainly: red. Hex color #704304 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #704304 is #8FBCFB. Grayscale: #494949. Windows color (decimal): -9420028 or 279408. OLE color: 279408.

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

Color convert

RGB 112 67 4 -
CMYK 0 0.40 0.96 0.56
HSL 35º 0.93% 0.23% -
HSV(B) 35º 0.96% 0.44% -
XYZ 8.71 7.47 1.1 -
YUV 73.27 88.91 155.62 -
System Red Green Blue C M Y K H S L
Decimal 112 67 4 0 0.40 0.96 0.56 35 0.93 0.23
Hex 70 43 4 0 28 60 38 23 5D 17
Octal 160 103 4 0 50 140 70 43 135 27
Binary 1110000 1000011 100 0 101000 1100000 111000 100011 1011101 10111

Color Harmonies of #704304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704304

Black with #704304

Text Example


Text Example

White with #704304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704304; }

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

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

background-color css

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

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

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

border-color css

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

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

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