Html Css Color HEX #703D0F Raw Umber

📋 copy color: '#703D0F'

red 112 ◦ green 61 ◦ blue 15

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

Shades of Raw Umber #703D0F

Tints of Raw Umber #703D0F

RGB

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

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

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

R = 59.57%
G = 32.45%
B = 7.98%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.87

 K value IS 0.56

RGB Variations

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

Color information

#703D0F (or 0x703D0F) is known color: Raw Umber. HEX triplet: 70, 3D and 0F. RGB value is (112,61,15). Sum of RGB (Red+Green+Blue) = 112+61+15=188 (24% of max value = 765). Red value is 112 (44.14% from 255 or 59.57% from 188); Green value is 61 (24.22% from 255 or 32.45% from 188); Blue value is 15 (6.25% from 255 or 7.98% from 188); Max value from RGB is 112 - color contains mainly: red. Hex color #703D0F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #703D0F is #8FC2F0. Grayscale: #474747. Windows color (decimal): -9421553 or 998768. OLE color: 998768.

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

Color convert

RGB 112 61 15 -
CMYK 0 0.46 0.87 0.56
HSL 28.45º 0.76% 0.25% -
HSV(B) 28.45º 0.87% 0.44% -
XYZ 8.44 6.82 1.32 -
YUV 71.01 96.4 157.24 -
System Red Green Blue C M Y K H S L
Decimal 112 61 15 0 0.46 0.87 0.56 28.45 0.76 0.25
Hex 70 3D F 0 2E 57 38 1C 4C 19
Octal 160 75 17 0 56 127 70 34 114 31
Binary 1110000 111101 1111 0 101110 1010111 111000 11100 1001100 11001

Color Harmonies of #703D0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703D0F

Black with #703D0F

Text Example


Text Example

White with #703D0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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