Html Css Color HEX #705301 Raw Umber

📋 copy color: '#705301'

red 112 ◦ green 83 ◦ blue 1

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

Shades of Raw Umber #705301

Tints of Raw Umber #705301

RGB

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

 GREEN value IS 83 (32.81% from 255) = 42.35%

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

R = 57.14%
G = 42.35%
B = 0.51%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.99

 K value IS 0.56

RGB Variations

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

Color information

#705301 (or 0x705301) is known color: Raw Umber. HEX triplet: 70, 53 and 01. RGB value is (112,83,1). Sum of RGB (Red+Green+Blue) = 112+83+1=196 (25% of max value = 765). Red value is 112 (44.14% from 255 or 57.14% from 196); Green value is 83 (32.81% from 255 or 42.35% from 196); Blue value is 1 (0.78% from 255 or 0.51% from 196); Max value from RGB is 112 - color contains mainly: red. Hex color #705301 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #705301 is #8FACFE. Grayscale: #525252. Windows color (decimal): -9415935 or 86896. OLE color: 86896.

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

Color convert

RGB 112 83 1 -
CMYK 0 0.26 0.99 0.56
HSL 44.32º 0.98% 0.22% -
HSV(B) 44.32º 0.99% 0.44% -
XYZ 9.78 9.63 1.37 -
YUV 82.32 82.11 149.17 -
System Red Green Blue C M Y K H S L
Decimal 112 83 1 0 0.26 0.99 0.56 44.32 0.98 0.22
Hex 70 53 1 0 1A 63 38 2C 62 16
Octal 160 123 1 0 32 143 70 54 142 26
Binary 1110000 1010011 1 0 11010 1100011 111000 101100 1100010 10110

Color Harmonies of #705301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705301

Black with #705301

Text Example


Text Example

White with #705301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705301; }

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

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

background-color css

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

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

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

border-color css

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

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

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