Html Css Color HEX #703701 Raw Umber

📋 copy color: '#703701'

red 112 ◦ green 55 ◦ blue 1

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

Shades of Raw Umber #703701

Tints of Raw Umber #703701

RGB

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

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

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

R = 66.67%
G = 32.74%
B = 0.6%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.99

 K value IS 0.56

RGB Variations

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

Color information

#703701 (or 0x703701) is known color: Raw Umber. HEX triplet: 70, 37 and 01. RGB value is (112,55,1). Sum of RGB (Red+Green+Blue) = 112+55+1=168 (22% of max value = 765). Red value is 112 (44.14% from 255 or 66.67% from 168); Green value is 55 (21.88% from 255 or 32.74% from 168); Blue value is 1 (0.78% from 255 or 0.60% from 168); Max value from RGB is 112 - color contains mainly: red. Hex color #703701 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #703701 is #8FC8FE. Grayscale: #424242. Windows color (decimal): -9423103 or 79728. OLE color: 79728.

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

Color convert

RGB 112 55 1 -
CMYK 0 0.51 0.99 0.56
HSL 29.19º 0.98% 0.22% -
HSV(B) 29.19º 0.99% 0.44% -
XYZ 8.05 6.18 0.8 -
YUV 65.89 91.38 160.89 -
System Red Green Blue C M Y K H S L
Decimal 112 55 1 0 0.51 0.99 0.56 29.19 0.98 0.22
Hex 70 37 1 0 33 63 38 1D 62 16
Octal 160 67 1 0 63 143 70 35 142 26
Binary 1110000 110111 1 0 110011 1100011 111000 11101 1100010 10110

Color Harmonies of #703701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703701

Black with #703701

Text Example


Text Example

White with #703701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #703701; }

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

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

background-color css

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

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

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

border-color css

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

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

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