Html Css Color HEX #704503 Raw Umber

📋 copy color: '#704503'

red 112 ◦ green 69 ◦ blue 3

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

Shades of Raw Umber #704503

Tints of Raw Umber #704503

RGB

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

 GREEN value IS 69 (27.34% from 255) = 37.5%

 BLUE value IS 3 (1.56% from 255) = 1.63%

R = 60.87%
G = 37.5%
B = 1.63%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.97

 K value IS 0.56

RGB Variations

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

Color information

#704503 (or 0x704503) is known color: Raw Umber. HEX triplet: 70, 45 and 03. RGB value is (112,69,3). Sum of RGB (Red+Green+Blue) = 112+69+3=184 (24% of max value = 765). Red value is 112 (44.14% from 255 or 60.87% from 184); Green value is 69 (27.34% from 255 or 37.5% from 184); Blue value is 3 (1.56% from 255 or 1.63% from 184); Max value from RGB is 112 - color contains mainly: red. Hex color #704503 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #704503 is #8FBAFC. Grayscale: #4A4A4A. Windows color (decimal): -9419517 or 214384. OLE color: 214384.

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

Color convert

RGB 112 69 3 -
CMYK 0 0.38 0.97 0.56
HSL 36.33º 0.95% 0.23% -
HSV(B) 36.33º 0.97% 0.44% -
XYZ 8.83 7.71 1.11 -
YUV 74.33 87.75 154.87 -
System Red Green Blue C M Y K H S L
Decimal 112 69 3 0 0.38 0.97 0.56 36.33 0.95 0.23
Hex 70 45 3 0 26 61 38 24 5F 17
Octal 160 105 3 0 46 141 70 44 137 27
Binary 1110000 1000101 11 0 100110 1100001 111000 100100 1011111 10111

Color Harmonies of #704503

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704503

Black with #704503

Text Example


Text Example

White with #704503

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704503; }

 p { color: rgb(112,69,3); }

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

background-color css

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

 a { background-color: rgb(112,69,3); }

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

border-color css

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

 span { border-color: rgb(112,69,3); }

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