Html Css Color HEX #703801 Raw Umber

📋 copy color: '#703801'

red 112 ◦ green 56 ◦ blue 1

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

Shades of Raw Umber #703801

Tints of Raw Umber #703801

RGB

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

 GREEN value IS 56 (22.27% from 255) = 33.14%

 BLUE value IS 1 (0.78% from 255) = 0.59%

R = 66.27%
G = 33.14%
B = 0.59%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.99

 K value IS 0.56

RGB Variations

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

Color information

#703801 (or 0x703801) is known color: Raw Umber. HEX triplet: 70, 38 and 01. RGB value is (112,56,1). Sum of RGB (Red+Green+Blue) = 112+56+1=169 (22% of max value = 765). Red value is 112 (44.14% from 255 or 66.27% from 169); Green value is 56 (22.27% from 255 or 33.14% from 169); Blue value is 1 (0.78% from 255 or 0.59% from 169); Max value from RGB is 112 - color contains mainly: red. Hex color #703801 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #703801 is #8FC7FE. Grayscale: #424242. Windows color (decimal): -9422847 or 79984. OLE color: 79984.

HSL color Cylindrical-coordinate representation of color #703801: hue angle of 29.73º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #703801 is Cyan = 0, Magento = 0.50, Yellow = 0.99 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 56 1 -
CMYK 0 0.50 0.99 0.56
HSL 29.73º 0.98% 0.22% -
HSV(B) 29.73º 0.99% 0.44% -
XYZ 8.1 6.28 0.81 -
YUV 66.47 91.05 160.47 -
System Red Green Blue C M Y K H S L
Decimal 112 56 1 0 0.50 0.99 0.56 29.73 0.98 0.22
Hex 70 38 1 0 32 63 38 1E 62 16
Octal 160 70 1 0 62 143 70 36 142 26
Binary 1110000 111000 1 0 110010 1100011 111000 11110 1100010 10110

Color Harmonies of #703801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703801

Black with #703801

Text Example


Text Example

White with #703801

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #703801; }

 p { color: rgb(112,56,1); }

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

background-color css

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

 a { background-color: rgb(112,56,1); }

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

border-color css

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

 span { border-color: rgb(112,56,1); }

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