Html Css Color HEX #705A03 Raw Umber

📋 copy color: '#705A03'

red 112 ◦ green 90 ◦ blue 3

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

Shades of Raw Umber #705A03

Tints of Raw Umber #705A03

RGB

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

 GREEN value IS 90 (35.55% from 255) = 43.9%

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

R = 54.63%
G = 43.9%
B = 1.46%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.97

 K value IS 0.56

RGB Variations

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

Color information

#705A03 (or 0x705A03) is known color: Raw Umber. HEX triplet: 70, 5A and 03. RGB value is (112,90,3). Sum of RGB (Red+Green+Blue) = 112+90+3=205 (27% of max value = 765). Red value is 112 (44.14% from 255 or 54.63% from 205); Green value is 90 (35.55% from 255 or 43.90% from 205); Blue value is 3 (1.56% from 255 or 1.46% from 205); Max value from RGB is 112 - color contains mainly: red. Hex color #705A03 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #705A03 is #8FA5FC. Grayscale: #575757. Windows color (decimal): -9414141 or 219760. OLE color: 219760.

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

Color convert

RGB 112 90 3 -
CMYK 0 0.20 0.97 0.56
HSL 47.89º 0.95% 0.23% -
HSV(B) 47.89º 0.97% 0.44% -
XYZ 10.35 10.76 1.62 -
YUV 86.66 80.79 146.07 -
System Red Green Blue C M Y K H S L
Decimal 112 90 3 0 0.20 0.97 0.56 47.89 0.95 0.23
Hex 70 5A 3 0 14 61 38 30 5F 17
Octal 160 132 3 0 24 141 70 60 137 27
Binary 1110000 1011010 11 0 10100 1100001 111000 110000 1011111 10111

Color Harmonies of #705A03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705A03

Black with #705A03

Text Example


Text Example

White with #705A03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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