Html Css Color HEX #703401 Raw Umber

📋 copy color: '#703401'

red 112 ◦ green 52 ◦ blue 1

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

Shades of Raw Umber #703401

Tints of Raw Umber #703401

RGB

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

 GREEN value IS 52 (20.7% from 255) = 31.52%

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

R = 67.88%
G = 31.52%
B = 0.61%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.99

 K value IS 0.56

RGB Variations

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

Color information

#703401 (or 0x703401) is known color: Raw Umber. HEX triplet: 70, 34 and 01. RGB value is (112,52,1). Sum of RGB (Red+Green+Blue) = 112+52+1=165 (21% of max value = 765). Red value is 112 (44.14% from 255 or 67.88% from 165); Green value is 52 (20.70% from 255 or 31.52% from 165); Blue value is 1 (0.78% from 255 or 0.61% from 165); Max value from RGB is 112 - color contains mainly: red. Hex color #703401 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #703401 is #8FCBFE. Grayscale: #404040. Windows color (decimal): -9423871 or 78960. OLE color: 78960.

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

Color convert

RGB 112 52 1 -
CMYK 0 0.54 0.99 0.56
HSL 27.57º 0.98% 0.22% -
HSV(B) 27.57º 0.99% 0.44% -
XYZ 7.92 5.9 0.75 -
YUV 64.13 92.38 162.15 -
System Red Green Blue C M Y K H S L
Decimal 112 52 1 0 0.54 0.99 0.56 27.57 0.98 0.22
Hex 70 34 1 0 36 63 38 1C 62 16
Octal 160 64 1 0 66 143 70 34 142 26
Binary 1110000 110100 1 0 110110 1100011 111000 11100 1100010 10110

Color Harmonies of #703401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703401

Black with #703401

Text Example


Text Example

White with #703401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #703401; }

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

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

background-color css

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

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

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

border-color css

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

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

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