Html Css Color HEX #703D04 Raw Umber

📋 copy color: '#703D04'

red 112 ◦ green 61 ◦ blue 4

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

Shades of Raw Umber #703D04

Tints of Raw Umber #703D04

RGB

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

 GREEN value IS 61 (24.22% from 255) = 34.46%

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

R = 63.28%
G = 34.46%
B = 2.26%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.96

 K value IS 0.56

RGB Variations

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

Color information

#703D04 (or 0x703D04) is known color: Raw Umber. HEX triplet: 70, 3D and 04. RGB value is (112,61,4). Sum of RGB (Red+Green+Blue) = 112+61+4=177 (23% of max value = 765). Red value is 112 (44.14% from 255 or 63.28% from 177); Green value is 61 (24.22% from 255 or 34.46% from 177); Blue value is 4 (1.95% from 255 or 2.26% from 177); Max value from RGB is 112 - color contains mainly: red. Hex color #703D04 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #703D04 is #8FC2FB. Grayscale: #464646. Windows color (decimal): -9421564 or 277872. OLE color: 277872.

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

Color convert

RGB 112 61 4 -
CMYK 0 0.46 0.96 0.56
HSL 31.67º 0.93% 0.23% -
HSV(B) 31.67º 0.96% 0.44% -
XYZ 8.37 6.79 0.98 -
YUV 69.75 90.9 158.13 -
System Red Green Blue C M Y K H S L
Decimal 112 61 4 0 0.46 0.96 0.56 31.67 0.93 0.23
Hex 70 3D 4 0 2E 60 38 20 5D 17
Octal 160 75 4 0 56 140 70 40 135 27
Binary 1110000 111101 100 0 101110 1100000 111000 100000 1011101 10111

Color Harmonies of #703D04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703D04

Black with #703D04

Text Example


Text Example

White with #703D04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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