Html Css Color HEX #703804 Raw Umber

📋 copy color: '#703804'

red 112 ◦ green 56 ◦ blue 4

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

Shades of Raw Umber #703804

Tints of Raw Umber #703804

RGB

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

 GREEN value IS 56 (22.27% from 255) = 32.56%

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

R = 65.12%
G = 32.56%
B = 2.33%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.96

 K value IS 0.56

RGB Variations

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

Color information

#703804 (or 0x703804) is known color: Raw Umber. HEX triplet: 70, 38 and 04. RGB value is (112,56,4). Sum of RGB (Red+Green+Blue) = 112+56+4=172 (22% of max value = 765). Red value is 112 (44.14% from 255 or 65.12% from 172); Green value is 56 (22.27% from 255 or 32.56% from 172); Blue value is 4 (1.95% from 255 or 2.33% from 172); Max value from RGB is 112 - color contains mainly: red. Hex color #703804 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #703804 is #8FC7FB. Grayscale: #434343. Windows color (decimal): -9422844 or 276592. OLE color: 276592.

HSL color Cylindrical-coordinate representation of color #703804: hue angle of 28.89º 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 #703804 is Cyan = 0, Magento = 0.50, Yellow = 0.96 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 56 4 -
CMYK 0 0.50 0.96 0.56
HSL 28.89º 0.93% 0.23% -
HSV(B) 28.89º 0.96% 0.44% -
XYZ 8.12 6.28 0.9 -
YUV 66.82 92.55 160.23 -
System Red Green Blue C M Y K H S L
Decimal 112 56 4 0 0.50 0.96 0.56 28.89 0.93 0.23
Hex 70 38 4 0 32 60 38 1D 5D 17
Octal 160 70 4 0 62 140 70 35 135 27
Binary 1110000 111000 100 0 110010 1100000 111000 11101 1011101 10111

Color Harmonies of #703804

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703804

Black with #703804

Text Example


Text Example

White with #703804

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #703804; }

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

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

background-color css

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

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

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

border-color css

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

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

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