Html Css Color HEX #705101 Raw Umber

📋 copy color: '#705101'

red 112 ◦ green 81 ◦ blue 1

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

Shades of Raw Umber #705101

Tints of Raw Umber #705101

RGB

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

 GREEN value IS 81 (32.03% from 255) = 41.75%

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

R = 57.73%
G = 41.75%
B = 0.52%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.99

 K value IS 0.56

RGB Variations

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

Color information

#705101 (or 0x705101) is known color: Raw Umber. HEX triplet: 70, 51 and 01. RGB value is (112,81,1). Sum of RGB (Red+Green+Blue) = 112+81+1=194 (25% of max value = 765). Red value is 112 (44.14% from 255 or 57.73% from 194); Green value is 81 (32.03% from 255 or 41.75% from 194); Blue value is 1 (0.78% from 255 or 0.52% from 194); Max value from RGB is 112 - color contains mainly: red. Hex color #705101 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #705101 is #8FAEFE. Grayscale: #515151. Windows color (decimal): -9416447 or 86384. OLE color: 86384.

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

Color convert

RGB 112 81 1 -
CMYK 0 0.28 0.99 0.56
HSL 43.24º 0.98% 0.22% -
HSV(B) 43.24º 0.99% 0.44% -
XYZ 9.63 9.33 1.32 -
YUV 81.15 82.77 150 -
System Red Green Blue C M Y K H S L
Decimal 112 81 1 0 0.28 0.99 0.56 43.24 0.98 0.22
Hex 70 51 1 0 1C 63 38 2B 62 16
Octal 160 121 1 0 34 143 70 53 142 26
Binary 1110000 1010001 1 0 11100 1100011 111000 101011 1100010 10110

Color Harmonies of #705101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705101

Black with #705101

Text Example


Text Example

White with #705101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705101; }

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

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

background-color css

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

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

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

border-color css

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

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

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