Html Css Color HEX #705900 Raw Umber

📋 copy color: '#705900'

red 112 ◦ green 89 ◦ blue 0

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

Shades of Raw Umber #705900

Tints of Raw Umber #705900

RGB

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

 GREEN value IS 89 (35.16% from 255) = 44.28%

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

R = 55.72%
G = 44.28%
B = 0%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 1

 K value IS 0.56

RGB Variations

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

Color information

#705900 (or 0x705900) is known color: Raw Umber. HEX triplet: 70, 59 and 00. RGB value is (112,89,0). Sum of RGB (Red+Green+Blue) = 112+89+0=201 (26% of max value = 765). Red value is 112 (44.14% from 255 or 55.72% from 201); Green value is 89 (35.16% from 255 or 44.28% from 201); Blue value is 0 (0.39% from 255 or 0% from 201); Max value from RGB is 112 - color contains mainly: red. Hex color #705900 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #705900 is #8FA6FF. Grayscale: #565656. Windows color (decimal): -9414400 or 22896. OLE color: 22896.

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

Color convert

RGB 112 89 0 -
CMYK 0 0.21 1 0.56
HSL 47.68º 1% 0.22% -
HSV(B) 47.68º 1% 0.44% -
XYZ 10.25 10.59 1.5 -
YUV 85.73 79.62 146.74 -
System Red Green Blue C M Y K H S L
Decimal 112 89 0 0 0.21 1 0.56 47.68 1 0.22
Hex 70 59 0 0 15 64 38 30 64 16
Octal 160 131 0 0 25 144 70 60 144 26
Binary 1110000 1011001 0 0 10101 1100100 111000 110000 1100100 10110

Color Harmonies of #705900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705900

Black with #705900

Text Example


Text Example

White with #705900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705900; }

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

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

background-color css

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

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

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

border-color css

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

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

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