Html Css Color HEX #703F0F Raw Umber

📋 copy color: '#703F0F'

red 112 ◦ green 63 ◦ blue 15

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

Shades of Raw Umber #703F0F

Tints of Raw Umber #703F0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 7.89%

R = 58.95%
G = 33.16%
B = 7.89%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.87

 K value IS 0.56

RGB Variations

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

Color information

#703F0F (or 0x703F0F) is known color: Raw Umber. HEX triplet: 70, 3F and 0F. RGB value is (112,63,15). Sum of RGB (Red+Green+Blue) = 112+63+15=190 (25% of max value = 765). Red value is 112 (44.14% from 255 or 58.95% from 190); Green value is 63 (25% from 255 or 33.16% from 190); Blue value is 15 (6.25% from 255 or 7.89% from 190); Max value from RGB is 112 - color contains mainly: red. Hex color #703F0F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #703F0F is #8FC0F0. Grayscale: #484848. Windows color (decimal): -9421041 or 999280. OLE color: 999280.

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

Color convert

RGB 112 63 15 -
CMYK 0 0.44 0.87 0.56
HSL 29.69º 0.76% 0.25% -
HSV(B) 29.69º 0.87% 0.44% -
XYZ 8.55 7.03 1.36 -
YUV 72.18 95.73 156.4 -
System Red Green Blue C M Y K H S L
Decimal 112 63 15 0 0.44 0.87 0.56 29.69 0.76 0.25
Hex 70 3F F 0 2C 57 38 1E 4C 19
Octal 160 77 17 0 54 127 70 36 114 31
Binary 1110000 111111 1111 0 101100 1010111 111000 11110 1001100 11001

Color Harmonies of #703F0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703F0F

Black with #703F0F

Text Example


Text Example

White with #703F0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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