Html Css Color HEX #705B03 Raw Umber

📋 copy color: '#705B03'

red 112 ◦ green 91 ◦ blue 3

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

Shades of Raw Umber #705B03

Tints of Raw Umber #705B03

RGB

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

 GREEN value IS 91 (35.94% from 255) = 44.17%

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

R = 54.37%
G = 44.17%
B = 1.46%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.97

 K value IS 0.56

RGB Variations

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

Color information

#705B03 (or 0x705B03) is known color: Raw Umber. HEX triplet: 70, 5B and 03. RGB value is (112,91,3). Sum of RGB (Red+Green+Blue) = 112+91+3=206 (27% of max value = 765). Red value is 112 (44.14% from 255 or 54.37% from 206); Green value is 91 (35.94% from 255 or 44.17% from 206); Blue value is 3 (1.56% from 255 or 1.46% from 206); Max value from RGB is 112 - color contains mainly: red. Hex color #705B03 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #705B03 is #8FA4FC. Grayscale: #575757. Windows color (decimal): -9413885 or 220016. OLE color: 220016.

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

Color convert

RGB 112 91 3 -
CMYK 0 0.19 0.97 0.56
HSL 48.44º 0.95% 0.23% -
HSV(B) 48.44º 0.97% 0.44% -
XYZ 10.44 10.93 1.65 -
YUV 87.25 80.46 145.66 -
System Red Green Blue C M Y K H S L
Decimal 112 91 3 0 0.19 0.97 0.56 48.44 0.95 0.23
Hex 70 5B 3 0 13 61 38 30 5F 17
Octal 160 133 3 0 23 141 70 60 137 27
Binary 1110000 1011011 11 0 10011 1100001 111000 110000 1011111 10111

Color Harmonies of #705B03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705B03

Black with #705B03

Text Example


Text Example

White with #705B03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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