Html Css Color HEX #703908 Raw Umber

📋 copy color: '#703908'

red 112 ◦ green 57 ◦ blue 8

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

Shades of Raw Umber #703908

Tints of Raw Umber #703908

RGB

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

 GREEN value IS 57 (22.66% from 255) = 32.2%

 BLUE value IS 8 (3.52% from 255) = 4.52%

R = 63.28%
G = 32.2%
B = 4.52%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.93

 K value IS 0.56

RGB Variations

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

Color information

#703908 (or 0x703908) is known color: Raw Umber. HEX triplet: 70, 39 and 08. RGB value is (112,57,8). Sum of RGB (Red+Green+Blue) = 112+57+8=177 (23% of max value = 765). Red value is 112 (44.14% from 255 or 63.28% from 177); Green value is 57 (22.66% from 255 or 32.20% from 177); Blue value is 8 (3.52% from 255 or 4.52% from 177); Max value from RGB is 112 - color contains mainly: red. Hex color #703908 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #703908 is #8FC6F7. Grayscale: #444444. Windows color (decimal): -9422584 or 538992. OLE color: 538992.

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

Color convert

RGB 112 57 8 -
CMYK 0 0.49 0.93 0.56
HSL 28.27º 0.87% 0.24% -
HSV(B) 28.27º 0.93% 0.44% -
XYZ 8.19 6.39 1.03 -
YUV 67.86 94.22 159.48 -
System Red Green Blue C M Y K H S L
Decimal 112 57 8 0 0.49 0.93 0.56 28.27 0.87 0.24
Hex 70 39 8 0 31 5D 38 1C 57 18
Octal 160 71 10 0 61 135 70 34 127 30
Binary 1110000 111001 1000 0 110001 1011101 111000 11100 1010111 11000

Color Harmonies of #703908

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703908

Black with #703908

Text Example


Text Example

White with #703908

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #703908; }

 p { color: rgb(112,57,8); }

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

background-color css

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

 a { background-color: rgb(112,57,8); }

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

border-color css

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

 span { border-color: rgb(112,57,8); }

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