Html Css Color HEX #703D03 Raw Umber

📋 copy color: '#703D03'

red 112 ◦ green 61 ◦ blue 3

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

Shades of Raw Umber #703D03

Tints of Raw Umber #703D03

RGB

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

 GREEN value IS 61 (24.22% from 255) = 34.66%

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

R = 63.64%
G = 34.66%
B = 1.7%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.97

 K value IS 0.56

RGB Variations

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

Color information

#703D03 (or 0x703D03) is known color: Raw Umber. HEX triplet: 70, 3D and 03. RGB value is (112,61,3). Sum of RGB (Red+Green+Blue) = 112+61+3=176 (23% of max value = 765). Red value is 112 (44.14% from 255 or 63.64% from 176); Green value is 61 (24.22% from 255 or 34.66% from 176); Blue value is 3 (1.56% from 255 or 1.70% from 176); Max value from RGB is 112 - color contains mainly: red. Hex color #703D03 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #703D03 is #8FC2FC. Grayscale: #454545. Windows color (decimal): -9421565 or 212336. OLE color: 212336.

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

Color convert

RGB 112 61 3 -
CMYK 0 0.46 0.97 0.56
HSL 31.93º 0.95% 0.23% -
HSV(B) 31.93º 0.97% 0.44% -
XYZ 8.37 6.79 0.96 -
YUV 69.64 90.4 158.22 -
System Red Green Blue C M Y K H S L
Decimal 112 61 3 0 0.46 0.97 0.56 31.93 0.95 0.23
Hex 70 3D 3 0 2E 61 38 20 5F 17
Octal 160 75 3 0 56 141 70 40 137 27
Binary 1110000 111101 11 0 101110 1100001 111000 100000 1011111 10111

Color Harmonies of #703D03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703D03

Black with #703D03

Text Example


Text Example

White with #703D03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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