Html Css Color HEX #703901 Raw Umber

📋 copy color: '#703901'

red 112 ◦ green 57 ◦ blue 1

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

Shades of Raw Umber #703901

Tints of Raw Umber #703901

RGB

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

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

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

R = 65.88%
G = 33.53%
B = 0.59%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.99

 K value IS 0.56

RGB Variations

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

Color information

#703901 (or 0x703901) is known color: Raw Umber. HEX triplet: 70, 39 and 01. RGB value is (112,57,1). Sum of RGB (Red+Green+Blue) = 112+57+1=170 (22% of max value = 765). Red value is 112 (44.14% from 255 or 65.88% from 170); Green value is 57 (22.66% from 255 or 33.53% from 170); Blue value is 1 (0.78% from 255 or 0.59% from 170); Max value from RGB is 112 - color contains mainly: red. Hex color #703901 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #703901 is #8FC6FE. Grayscale: #434343. Windows color (decimal): -9422591 or 80240. OLE color: 80240.

HSL color Cylindrical-coordinate representation of color #703901: hue angle of 30.27º 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 #703901 is Cyan = 0, Magento = 0.49, Yellow = 0.99 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 57 1 -
CMYK 0 0.49 0.99 0.56
HSL 30.27º 0.98% 0.22% -
HSV(B) 30.27º 0.99% 0.44% -
XYZ 8.15 6.37 0.83 -
YUV 67.06 90.72 160.05 -
System Red Green Blue C M Y K H S L
Decimal 112 57 1 0 0.49 0.99 0.56 30.27 0.98 0.22
Hex 70 39 1 0 31 63 38 1E 62 16
Octal 160 71 1 0 61 143 70 36 142 26
Binary 1110000 111001 1 0 110001 1100011 111000 11110 1100010 10110

Color Harmonies of #703901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703901

Black with #703901

Text Example


Text Example

White with #703901

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #703901; }

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

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

background-color css

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

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

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

border-color css

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

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

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