Html Css Color HEX #703B01 Raw Umber

📋 copy color: '#703B01'

red 112 ◦ green 59 ◦ blue 1

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

Shades of Raw Umber #703B01

Tints of Raw Umber #703B01

RGB

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

 GREEN value IS 59 (23.44% from 255) = 34.3%

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

R = 65.12%
G = 34.3%
B = 0.58%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.99

 K value IS 0.56

RGB Variations

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

Color information

#703B01 (or 0x703B01) is known color: Raw Umber. HEX triplet: 70, 3B and 01. RGB value is (112,59,1). Sum of RGB (Red+Green+Blue) = 112+59+1=172 (22% of max value = 765). Red value is 112 (44.14% from 255 or 65.12% from 172); Green value is 59 (23.44% from 255 or 34.30% from 172); Blue value is 1 (0.78% from 255 or 0.58% from 172); Max value from RGB is 112 - color contains mainly: red. Hex color #703B01 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #703B01 is #8FC4FE. Grayscale: #444444. Windows color (decimal): -9422079 or 80752. OLE color: 80752.

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

Color convert

RGB 112 59 1 -
CMYK 0 0.47 0.99 0.56
HSL 31.35º 0.98% 0.22% -
HSV(B) 31.35º 0.99% 0.44% -
XYZ 8.25 6.57 0.86 -
YUV 68.24 90.06 159.22 -
System Red Green Blue C M Y K H S L
Decimal 112 59 1 0 0.47 0.99 0.56 31.35 0.98 0.22
Hex 70 3B 1 0 2F 63 38 1F 62 16
Octal 160 73 1 0 57 143 70 37 142 26
Binary 1110000 111011 1 0 101111 1100011 111000 11111 1100010 10110

Color Harmonies of #703B01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703B01

Black with #703B01

Text Example


Text Example

White with #703B01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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