Html Css Color HEX #705D01 Raw Umber

📋 copy color: '#705D01'

red 112 ◦ green 93 ◦ blue 1

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

Shades of Raw Umber #705D01

Tints of Raw Umber #705D01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.49%

R = 54.37%
G = 45.15%
B = 0.49%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.99

 K value IS 0.56

RGB Variations

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

Color information

#705D01 (or 0x705D01) is known color: Raw Umber. HEX triplet: 70, 5D and 01. RGB value is (112,93,1). Sum of RGB (Red+Green+Blue) = 112+93+1=206 (27% of max value = 765). Red value is 112 (44.14% from 255 or 54.37% from 206); Green value is 93 (36.72% from 255 or 45.15% from 206); Blue value is 1 (0.78% from 255 or 0.49% from 206); Max value from RGB is 112 - color contains mainly: red. Hex color #705D01 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #705D01 is #8FA2FE. Grayscale: #585858. Windows color (decimal): -9413375 or 89456. OLE color: 89456.

HSL color Cylindrical-coordinate representation of color #705D01: hue angle of 49.73º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #705D01 is Cyan = 0, Magento = 0.17, Yellow = 0.99 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 93 1 -
CMYK 0 0.17 0.99 0.56
HSL 49.73º 0.98% 0.22% -
HSV(B) 49.73º 0.99% 0.44% -
XYZ 10.6 11.28 1.65 -
YUV 88.19 78.79 144.98 -
System Red Green Blue C M Y K H S L
Decimal 112 93 1 0 0.17 0.99 0.56 49.73 0.98 0.22
Hex 70 5D 1 0 11 63 38 32 62 16
Octal 160 135 1 0 21 143 70 62 142 26
Binary 1110000 1011101 1 0 10001 1100011 111000 110010 1100010 10110

Color Harmonies of #705D01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705D01

Black with #705D01

Text Example


Text Example

White with #705D01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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