Html Css Color HEX #705103 Raw Umber

📋 copy color: '#705103'

red 112 ◦ green 81 ◦ blue 3

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

Shades of Raw Umber #705103

Tints of Raw Umber #705103

RGB

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

 GREEN value IS 81 (32.03% from 255) = 41.33%

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

R = 57.14%
G = 41.33%
B = 1.53%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.97

 K value IS 0.56

RGB Variations

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

Color information

#705103 (or 0x705103) is known color: Raw Umber. HEX triplet: 70, 51 and 03. RGB value is (112,81,3). Sum of RGB (Red+Green+Blue) = 112+81+3=196 (25% of max value = 765). Red value is 112 (44.14% from 255 or 57.14% from 196); Green value is 81 (32.03% from 255 or 41.33% from 196); Blue value is 3 (1.56% from 255 or 1.53% from 196); Max value from RGB is 112 - color contains mainly: red. Hex color #705103 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #705103 is #8FAEFC. Grayscale: #515151. Windows color (decimal): -9416445 or 217456. OLE color: 217456.

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

Color convert

RGB 112 81 3 -
CMYK 0 0.28 0.97 0.56
HSL 42.94º 0.95% 0.23% -
HSV(B) 42.94º 0.97% 0.44% -
XYZ 9.64 9.34 1.38 -
YUV 81.38 83.77 149.84 -
System Red Green Blue C M Y K H S L
Decimal 112 81 3 0 0.28 0.97 0.56 42.94 0.95 0.23
Hex 70 51 3 0 1C 61 38 2B 5F 17
Octal 160 121 3 0 34 141 70 53 137 27
Binary 1110000 1010001 11 0 11100 1100001 111000 101011 1011111 10111

Color Harmonies of #705103

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705103

Black with #705103

Text Example


Text Example

White with #705103

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705103; }

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

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

background-color css

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

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

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

border-color css

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

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

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