Html Css Color HEX #703503 Raw Umber

📋 copy color: '#703503'

red 112 ◦ green 53 ◦ blue 3

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

Shades of Raw Umber #703503

Tints of Raw Umber #703503

RGB

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

 GREEN value IS 53 (21.09% from 255) = 31.55%

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

R = 66.67%
G = 31.55%
B = 1.79%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.97

 K value IS 0.56

RGB Variations

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

Color information

#703503 (or 0x703503) is known color: Raw Umber. HEX triplet: 70, 35 and 03. RGB value is (112,53,3). Sum of RGB (Red+Green+Blue) = 112+53+3=168 (22% of max value = 765). Red value is 112 (44.14% from 255 or 66.67% from 168); Green value is 53 (21.09% from 255 or 31.55% from 168); Blue value is 3 (1.56% from 255 or 1.79% from 168); Max value from RGB is 112 - color contains mainly: red. Hex color #703503 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #703503 is #8FCAFC. Grayscale: #414141. Windows color (decimal): -9423613 or 210288. OLE color: 210288.

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

Color convert

RGB 112 53 3 -
CMYK 0 0.53 0.97 0.56
HSL 27.52º 0.95% 0.23% -
HSV(B) 27.52º 0.97% 0.44% -
XYZ 7.97 6 0.82 -
YUV 64.94 93.05 161.57 -
System Red Green Blue C M Y K H S L
Decimal 112 53 3 0 0.53 0.97 0.56 27.52 0.95 0.23
Hex 70 35 3 0 35 61 38 1C 5F 17
Octal 160 65 3 0 65 141 70 34 137 27
Binary 1110000 110101 11 0 110101 1100001 111000 11100 1011111 10111

Color Harmonies of #703503

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703503

Black with #703503

Text Example


Text Example

White with #703503

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #703503; }

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

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

background-color css

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

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

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

border-color css

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

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

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