Html Css Color HEX #703F13 Raw Umber

📋 copy color: '#703F13'

red 112 ◦ green 63 ◦ blue 19

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

Shades of Raw Umber #703F13

Tints of Raw Umber #703F13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 9.79%

R = 57.73%
G = 32.47%
B = 9.79%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.83

 K value IS 0.56

RGB Variations

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

Color information

#703F13 (or 0x703F13) is known color: Raw Umber. HEX triplet: 70, 3F and 13. RGB value is (112,63,19). Sum of RGB (Red+Green+Blue) = 112+63+19=194 (25% of max value = 765). Red value is 112 (44.14% from 255 or 57.73% from 194); Green value is 63 (25% from 255 or 32.47% from 194); Blue value is 19 (7.81% from 255 or 9.79% from 194); Max value from RGB is 112 - color contains mainly: red. Hex color #703F13 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #703F13 is #8FC0EC. Grayscale: #484848. Windows color (decimal): -9421037 or 1261424. OLE color: 1261424.

HSL color Cylindrical-coordinate representation of color #703F13: hue angle of 28.39º degrees, saturation: 0.71, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #703F13 is Cyan = 0, Magento = 0.44, Yellow = 0.83 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 63 19 -
CMYK 0 0.44 0.83 0.56
HSL 28.39º 0.71% 0.26% -
HSV(B) 28.39º 0.83% 0.44% -
XYZ 8.58 7.05 1.52 -
YUV 72.64 97.73 156.08 -
System Red Green Blue C M Y K H S L
Decimal 112 63 19 0 0.44 0.83 0.56 28.39 0.71 0.26
Hex 70 3F 13 0 2C 53 38 1C 47 1A
Octal 160 77 23 0 54 123 70 34 107 32
Binary 1110000 111111 10011 0 101100 1010011 111000 11100 1000111 11010

Color Harmonies of #703F13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703F13

Black with #703F13

Text Example


Text Example

White with #703F13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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