Html Css Color HEX #703E0B Raw Umber

📋 copy color: '#703E0B'

red 112 ◦ green 62 ◦ blue 11

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

Shades of Raw Umber #703E0B

Tints of Raw Umber #703E0B

RGB

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

 GREEN value IS 62 (24.61% from 255) = 33.51%

 BLUE value IS 11 (4.69% from 255) = 5.95%

R = 60.54%
G = 33.51%
B = 5.95%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.90

 K value IS 0.56

RGB Variations

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

Color information

#703E0B (or 0x703E0B) is known color: Raw Umber. HEX triplet: 70, 3E and 0B. RGB value is (112,62,11). Sum of RGB (Red+Green+Blue) = 112+62+11=185 (24% of max value = 765). Red value is 112 (44.14% from 255 or 60.54% from 185); Green value is 62 (24.61% from 255 or 33.51% from 185); Blue value is 11 (4.69% from 255 or 5.95% from 185); Max value from RGB is 112 - color contains mainly: red. Hex color #703E0B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #703E0B is #8FC1F4. Grayscale: #474747. Windows color (decimal): -9421301 or 736880. OLE color: 736880.

HSL color Cylindrical-coordinate representation of color #703E0B: hue angle of 30.3º degrees, saturation: 0.82, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #703E0B is Cyan = 0, Magento = 0.45, Yellow = 0.90 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 62 11 -
CMYK 0 0.45 0.90 0.56
HSL 30.3º 0.82% 0.24% -
HSV(B) 30.3º 0.9% 0.44% -
XYZ 8.47 6.91 1.21 -
YUV 71.14 94.07 157.15 -
System Red Green Blue C M Y K H S L
Decimal 112 62 11 0 0.45 0.90 0.56 30.3 0.82 0.24
Hex 70 3E B 0 2D 5A 38 1E 52 18
Octal 160 76 13 0 55 132 70 36 122 30
Binary 1110000 111110 1011 0 101101 1011010 111000 11110 1010010 11000

Color Harmonies of #703E0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703E0B

Black with #703E0B

Text Example


Text Example

White with #703E0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,62,11); }

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

background-color css

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

 a { background-color: rgb(112,62,11); }

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

border-color css

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

 span { border-color: rgb(112,62,11); }

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