Html Css Color HEX #705C01 Raw Umber

📋 copy color: '#705C01'

red 112 ◦ green 92 ◦ blue 1

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

Shades of Raw Umber #705C01

Tints of Raw Umber #705C01

RGB

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

 GREEN value IS 92 (36.33% from 255) = 44.88%

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

R = 54.63%
G = 44.88%
B = 0.49%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.99

 K value IS 0.56

RGB Variations

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

Color information

#705C01 (or 0x705C01) is known color: Raw Umber. HEX triplet: 70, 5C and 01. RGB value is (112,92,1). Sum of RGB (Red+Green+Blue) = 112+92+1=205 (27% of max value = 765). Red value is 112 (44.14% from 255 or 54.63% from 205); Green value is 92 (36.33% from 255 or 44.88% from 205); Blue value is 1 (0.78% from 255 or 0.49% from 205); Max value from RGB is 112 - color contains mainly: red. Hex color #705C01 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #705C01 is #8FA3FE. Grayscale: #575757. Windows color (decimal): -9413631 or 89200. OLE color: 89200.

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

Color convert

RGB 112 92 1 -
CMYK 0 0.18 0.99 0.56
HSL 49.19º 0.98% 0.22% -
HSV(B) 49.19º 0.99% 0.44% -
XYZ 10.51 11.1 1.62 -
YUV 87.61 79.13 145.4 -
System Red Green Blue C M Y K H S L
Decimal 112 92 1 0 0.18 0.99 0.56 49.19 0.98 0.22
Hex 70 5C 1 0 12 63 38 31 62 16
Octal 160 134 1 0 22 143 70 61 142 26
Binary 1110000 1011100 1 0 10010 1100011 111000 110001 1100010 10110

Color Harmonies of #705C01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705C01

Black with #705C01

Text Example


Text Example

White with #705C01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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