Html Css Color HEX #703F04 Raw Umber

📋 copy color: '#703F04'

red 112 ◦ green 63 ◦ blue 4

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

Shades of Raw Umber #703F04

Tints of Raw Umber #703F04

RGB

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

 GREEN value IS 63 (25% from 255) = 35.2%

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

R = 62.57%
G = 35.2%
B = 2.23%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.96

 K value IS 0.56

RGB Variations

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

Color information

#703F04 (or 0x703F04) is known color: Raw Umber. HEX triplet: 70, 3F and 04. RGB value is (112,63,4). Sum of RGB (Red+Green+Blue) = 112+63+4=179 (23% of max value = 765). Red value is 112 (44.14% from 255 or 62.57% from 179); Green value is 63 (25% from 255 or 35.20% from 179); Blue value is 4 (1.95% from 255 or 2.23% from 179); Max value from RGB is 112 - color contains mainly: red. Hex color #703F04 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #703F04 is #8FC0FB. Grayscale: #474747. Windows color (decimal): -9421052 or 278384. OLE color: 278384.

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

Color convert

RGB 112 63 4 -
CMYK 0 0.44 0.96 0.56
HSL 32.78º 0.93% 0.23% -
HSV(B) 32.78º 0.96% 0.44% -
XYZ 8.48 7.01 1.02 -
YUV 70.93 90.23 157.3 -
System Red Green Blue C M Y K H S L
Decimal 112 63 4 0 0.44 0.96 0.56 32.78 0.93 0.23
Hex 70 3F 4 0 2C 60 38 21 5D 17
Octal 160 77 4 0 54 140 70 41 135 27
Binary 1110000 111111 100 0 101100 1100000 111000 100001 1011101 10111

Color Harmonies of #703F04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703F04

Black with #703F04

Text Example


Text Example

White with #703F04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #703F04; }

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

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

background-color css

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

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

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

border-color css

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

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

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