Html Css Color HEX #705500 Raw Umber

📋 copy color: '#705500'

red 112 ◦ green 85 ◦ blue 0

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

Shades of Raw Umber #705500

Tints of Raw Umber #705500

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 56.85%
G = 43.15%
B = 0%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 1

 K value IS 0.56

RGB Variations

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

Color information

#705500 (or 0x705500) is known color: Raw Umber. HEX triplet: 70, 55 and 00. RGB value is (112,85,0). Sum of RGB (Red+Green+Blue) = 112+85+0=197 (26% of max value = 765). Red value is 112 (44.14% from 255 or 56.85% from 197); Green value is 85 (33.59% from 255 or 43.15% from 197); Blue value is 0 (0.39% from 255 or 0% from 197); Max value from RGB is 112 - color contains mainly: red. Hex color #705500 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #705500 is #8FAAFF. Grayscale: #535353. Windows color (decimal): -9415424 or 21872. OLE color: 21872.

HSL color Cylindrical-coordinate representation of color #705500: hue angle of 45.54º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #705500 is Cyan = 0, Magento = 0.24, Yellow = 1 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 85 0 -
CMYK 0 0.24 1 0.56
HSL 45.54º 1% 0.22% -
HSV(B) 45.54º 1% 0.44% -
XYZ 9.93 9.94 1.4 -
YUV 83.38 80.95 148.41 -
System Red Green Blue C M Y K H S L
Decimal 112 85 0 0 0.24 1 0.56 45.54 1 0.22
Hex 70 55 0 0 18 64 38 2E 64 16
Octal 160 125 0 0 30 144 70 56 144 26
Binary 1110000 1010101 0 0 11000 1100100 111000 101110 1100100 10110

Color Harmonies of #705500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705500

Black with #705500

Text Example


Text Example

White with #705500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705500; }

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

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

background-color css

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

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

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

border-color css

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

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

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