Html Css Color HEX #705F01 Raw Umber

📋 copy color: '#705F01'

red 112 ◦ green 95 ◦ blue 1

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

Shades of Raw Umber #705F01

Tints of Raw Umber #705F01

RGB

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

 GREEN value IS 95 (37.5% from 255) = 45.67%

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

R = 53.85%
G = 45.67%
B = 0.48%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.99

 K value IS 0.56

RGB Variations

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

Color information

#705F01 (or 0x705F01) is known color: Raw Umber. HEX triplet: 70, 5F and 01. RGB value is (112,95,1). Sum of RGB (Red+Green+Blue) = 112+95+1=208 (27% of max value = 765). Red value is 112 (44.14% from 255 or 53.85% from 208); Green value is 95 (37.5% from 255 or 45.67% from 208); Blue value is 1 (0.78% from 255 or 0.48% from 208); Max value from RGB is 112 - color contains mainly: red. Hex color #705F01 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #705F01 is #8FA0FE. Grayscale: #595959. Windows color (decimal): -9412863 or 89968. OLE color: 89968.

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

Color convert

RGB 112 95 1 -
CMYK 0 0.15 0.99 0.56
HSL 50.81º 0.98% 0.22% -
HSV(B) 50.81º 0.99% 0.44% -
XYZ 10.78 11.63 1.71 -
YUV 89.37 78.13 144.14 -
System Red Green Blue C M Y K H S L
Decimal 112 95 1 0 0.15 0.99 0.56 50.81 0.98 0.22
Hex 70 5F 1 0 F 63 38 33 62 16
Octal 160 137 1 0 17 143 70 63 142 26
Binary 1110000 1011111 1 0 1111 1100011 111000 110011 1100010 10110

Color Harmonies of #705F01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705F01

Black with #705F01

Text Example


Text Example

White with #705F01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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