Html Css Color HEX #703709 Raw Umber

📋 copy color: '#703709'

red 112 ◦ green 55 ◦ blue 9

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

Shades of Raw Umber #703709

Tints of Raw Umber #703709

RGB

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

 GREEN value IS 55 (21.88% from 255) = 31.25%

 BLUE value IS 9 (3.91% from 255) = 5.11%

R = 63.64%
G = 31.25%
B = 5.11%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.92

 K value IS 0.56

RGB Variations

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

Color information

#703709 (or 0x703709) is known color: Raw Umber. HEX triplet: 70, 37 and 09. RGB value is (112,55,9). Sum of RGB (Red+Green+Blue) = 112+55+9=176 (23% of max value = 765). Red value is 112 (44.14% from 255 or 63.64% from 176); Green value is 55 (21.88% from 255 or 31.25% from 176); Blue value is 9 (3.91% from 255 or 5.11% from 176); Max value from RGB is 112 - color contains mainly: red. Hex color #703709 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #703709 is #8FC8F6. Grayscale: #434343. Windows color (decimal): -9423095 or 604016. OLE color: 604016.

HSL color Cylindrical-coordinate representation of color #703709: hue angle of 26.8º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #703709 is Cyan = 0, Magento = 0.51, Yellow = 0.92 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 55 9 -
CMYK 0 0.51 0.92 0.56
HSL 26.8º 0.85% 0.24% -
HSV(B) 26.8º 0.92% 0.44% -
XYZ 8.1 6.2 1.03 -
YUV 66.8 95.38 160.24 -
System Red Green Blue C M Y K H S L
Decimal 112 55 9 0 0.51 0.92 0.56 26.8 0.85 0.24
Hex 70 37 9 0 33 5C 38 1B 55 18
Octal 160 67 11 0 63 134 70 33 125 30
Binary 1110000 110111 1001 0 110011 1011100 111000 11011 1010101 11000

Color Harmonies of #703709

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703709

Black with #703709

Text Example


Text Example

White with #703709

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #703709; }

 p { color: rgb(112,55,9); }

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

background-color css

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

 a { background-color: rgb(112,55,9); }

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

border-color css

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

 span { border-color: rgb(112,55,9); }

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