Html Css Color HEX #705D03 Raw Umber

📋 copy color: '#705D03'

red 112 ◦ green 93 ◦ blue 3

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

Shades of Raw Umber #705D03

Tints of Raw Umber #705D03

RGB

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

 GREEN value IS 93 (36.72% from 255) = 44.71%

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

R = 53.85%
G = 44.71%
B = 1.44%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.97

 K value IS 0.56

RGB Variations

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

Color information

#705D03 (or 0x705D03) is known color: Raw Umber. HEX triplet: 70, 5D and 03. RGB value is (112,93,3). Sum of RGB (Red+Green+Blue) = 112+93+3=208 (27% of max value = 765). Red value is 112 (44.14% from 255 or 53.85% from 208); Green value is 93 (36.72% from 255 or 44.71% from 208); Blue value is 3 (1.56% from 255 or 1.44% from 208); Max value from RGB is 112 - color contains mainly: red. Hex color #705D03 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #705D03 is #8FA2FC. Grayscale: #585858. Windows color (decimal): -9413373 or 220528. OLE color: 220528.

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

Color convert

RGB 112 93 3 -
CMYK 0 0.17 0.97 0.56
HSL 49.54º 0.95% 0.23% -
HSV(B) 49.54º 0.97% 0.44% -
XYZ 10.61 11.28 1.7 -
YUV 88.42 79.79 144.82 -
System Red Green Blue C M Y K H S L
Decimal 112 93 3 0 0.17 0.97 0.56 49.54 0.95 0.23
Hex 70 5D 3 0 11 61 38 32 5F 17
Octal 160 135 3 0 21 141 70 62 137 27
Binary 1110000 1011101 11 0 10001 1100001 111000 110010 1011111 10111

Color Harmonies of #705D03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705D03

Black with #705D03

Text Example


Text Example

White with #705D03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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