Html Css Color HEX #705501 Raw Umber

📋 copy color: '#705501'

red 112 ◦ green 85 ◦ blue 1

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

Shades of Raw Umber #705501

Tints of Raw Umber #705501

RGB

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

 GREEN value IS 85 (33.59% from 255) = 42.93%

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

R = 56.57%
G = 42.93%
B = 0.51%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.99

 K value IS 0.56

RGB Variations

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

Color information

#705501 (or 0x705501) is known color: Raw Umber. HEX triplet: 70, 55 and 01. RGB value is (112,85,1). Sum of RGB (Red+Green+Blue) = 112+85+1=198 (26% of max value = 765). Red value is 112 (44.14% from 255 or 56.57% from 198); Green value is 85 (33.59% from 255 or 42.93% from 198); Blue value is 1 (0.78% from 255 or 0.51% from 198); Max value from RGB is 112 - color contains mainly: red. Hex color #705501 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #705501 is #8FAAFE. Grayscale: #535353. Windows color (decimal): -9415423 or 87408. OLE color: 87408.

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

Color convert

RGB 112 85 1 -
CMYK 0 0.24 0.99 0.56
HSL 45.41º 0.98% 0.22% -
HSV(B) 45.41º 0.99% 0.44% -
XYZ 9.94 9.94 1.42 -
YUV 83.5 81.45 148.33 -
System Red Green Blue C M Y K H S L
Decimal 112 85 1 0 0.24 0.99 0.56 45.41 0.98 0.22
Hex 70 55 1 0 18 63 38 2D 62 16
Octal 160 125 1 0 30 143 70 55 142 26
Binary 1110000 1010101 1 0 11000 1100011 111000 101101 1100010 10110

Color Harmonies of #705501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705501

Black with #705501

Text Example


Text Example

White with #705501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705501; }

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

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

background-color css

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

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

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

border-color css

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

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

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