Html Css Color HEX #705001 Raw Umber

📋 copy color: '#705001'

red 112 ◦ green 80 ◦ blue 1

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

Shades of Raw Umber #705001

Tints of Raw Umber #705001

RGB

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

 GREEN value IS 80 (31.64% from 255) = 41.45%

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

R = 58.03%
G = 41.45%
B = 0.52%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.99

 K value IS 0.56

RGB Variations

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

Color information

#705001 (or 0x705001) is known color: Raw Umber. HEX triplet: 70, 50 and 01. RGB value is (112,80,1). Sum of RGB (Red+Green+Blue) = 112+80+1=193 (25% of max value = 765). Red value is 112 (44.14% from 255 or 58.03% from 193); Green value is 80 (31.64% from 255 or 41.45% from 193); Blue value is 1 (0.78% from 255 or 0.52% from 193); Max value from RGB is 112 - color contains mainly: red. Hex color #705001 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #705001 is #8FAFFE. Grayscale: #505050. Windows color (decimal): -9416703 or 86128. OLE color: 86128.

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

Color convert

RGB 112 80 1 -
CMYK 0 0.29 0.99 0.56
HSL 42.7º 0.98% 0.22% -
HSV(B) 42.7º 0.99% 0.44% -
XYZ 9.56 9.18 1.3 -
YUV 80.56 83.1 150.42 -
System Red Green Blue C M Y K H S L
Decimal 112 80 1 0 0.29 0.99 0.56 42.7 0.98 0.22
Hex 70 50 1 0 1D 63 38 2B 62 16
Octal 160 120 1 0 35 143 70 53 142 26
Binary 1110000 1010000 1 0 11101 1100011 111000 101011 1100010 10110

Color Harmonies of #705001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705001

Black with #705001

Text Example


Text Example

White with #705001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705001; }

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

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

background-color css

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

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

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

border-color css

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

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

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