Html Css Color HEX #703B03 Raw Umber

📋 copy color: '#703B03'

red 112 ◦ green 59 ◦ blue 3

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

Shades of Raw Umber #703B03

Tints of Raw Umber #703B03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.72%

R = 64.37%
G = 33.91%
B = 1.72%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.97

 K value IS 0.56

RGB Variations

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

Color information

#703B03 (or 0x703B03) is known color: Raw Umber. HEX triplet: 70, 3B and 03. RGB value is (112,59,3). Sum of RGB (Red+Green+Blue) = 112+59+3=174 (23% of max value = 765). Red value is 112 (44.14% from 255 or 64.37% from 174); Green value is 59 (23.44% from 255 or 33.91% from 174); Blue value is 3 (1.56% from 255 or 1.72% from 174); Max value from RGB is 112 - color contains mainly: red. Hex color #703B03 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #703B03 is #8FC4FC. Grayscale: #444444. Windows color (decimal): -9422077 or 211824. OLE color: 211824.

HSL color Cylindrical-coordinate representation of color #703B03: hue angle of 30.83º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #703B03 is Cyan = 0, Magento = 0.47, Yellow = 0.97 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 59 3 -
CMYK 0 0.47 0.97 0.56
HSL 30.83º 0.95% 0.23% -
HSV(B) 30.83º 0.97% 0.44% -
XYZ 8.26 6.58 0.92 -
YUV 68.46 91.06 159.05 -
System Red Green Blue C M Y K H S L
Decimal 112 59 3 0 0.47 0.97 0.56 30.83 0.95 0.23
Hex 70 3B 3 0 2F 61 38 1F 5F 17
Octal 160 73 3 0 57 141 70 37 137 27
Binary 1110000 111011 11 0 101111 1100001 111000 11111 1011111 10111

Color Harmonies of #703B03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703B03

Black with #703B03

Text Example


Text Example

White with #703B03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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