Html Css Color HEX #703D11 Raw Umber

📋 copy color: '#703D11'

red 112 ◦ green 61 ◦ blue 17

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

Shades of Raw Umber #703D11

Tints of Raw Umber #703D11

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 8.95%

R = 58.95%
G = 32.11%
B = 8.95%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.85

 K value IS 0.56

RGB Variations

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

Color information

#703D11 (or 0x703D11) is known color: Raw Umber. HEX triplet: 70, 3D and 11. RGB value is (112,61,17). Sum of RGB (Red+Green+Blue) = 112+61+17=190 (25% of max value = 765). Red value is 112 (44.14% from 255 or 58.95% from 190); Green value is 61 (24.22% from 255 or 32.11% from 190); Blue value is 17 (7.03% from 255 or 8.95% from 190); Max value from RGB is 112 - color contains mainly: red. Hex color #703D11 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #703D11 is #8FC2EE. Grayscale: #474747. Windows color (decimal): -9421551 or 1129840. OLE color: 1129840.

HSL color Cylindrical-coordinate representation of color #703D11: hue angle of 27.79º degrees, saturation: 0.74, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #703D11 is Cyan = 0, Magento = 0.46, Yellow = 0.85 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 61 17 -
CMYK 0 0.46 0.85 0.56
HSL 27.79º 0.74% 0.25% -
HSV(B) 27.79º 0.85% 0.44% -
XYZ 8.45 6.82 1.4 -
YUV 71.23 97.4 157.08 -
System Red Green Blue C M Y K H S L
Decimal 112 61 17 0 0.46 0.85 0.56 27.79 0.74 0.25
Hex 70 3D 11 0 2E 55 38 1C 4A 19
Octal 160 75 21 0 56 125 70 34 112 31
Binary 1110000 111101 10001 0 101110 1010101 111000 11100 1001010 11001

Color Harmonies of #703D11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703D11

Black with #703D11

Text Example


Text Example

White with #703D11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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