Html Css Color HEX #705308 Raw Umber

📋 copy color: '#705308'

red 112 ◦ green 83 ◦ blue 8

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

Shades of Raw Umber #705308

Tints of Raw Umber #705308

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 3.94%

R = 55.17%
G = 40.89%
B = 3.94%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.93

 K value IS 0.56

RGB Variations

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

Color information

#705308 (or 0x705308) is known color: Raw Umber. HEX triplet: 70, 53 and 08. RGB value is (112,83,8). Sum of RGB (Red+Green+Blue) = 112+83+8=203 (26% of max value = 765). Red value is 112 (44.14% from 255 or 55.17% from 203); Green value is 83 (32.81% from 255 or 40.89% from 203); Blue value is 8 (3.52% from 255 or 3.94% from 203); Max value from RGB is 112 - color contains mainly: red. Hex color #705308 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #705308 is #8FACF7. Grayscale: #535353. Windows color (decimal): -9415928 or 545648. OLE color: 545648.

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

Color convert

RGB 112 83 8 -
CMYK 0 0.26 0.93 0.56
HSL 43.27º 0.87% 0.24% -
HSV(B) 43.27º 0.93% 0.44% -
XYZ 9.82 9.65 1.57 -
YUV 83.12 85.61 148.6 -
System Red Green Blue C M Y K H S L
Decimal 112 83 8 0 0.26 0.93 0.56 43.27 0.87 0.24
Hex 70 53 8 0 1A 5D 38 2B 57 18
Octal 160 123 10 0 32 135 70 53 127 30
Binary 1110000 1010011 1000 0 11010 1011101 111000 101011 1010111 11000

Color Harmonies of #705308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705308

Black with #705308

Text Example


Text Example

White with #705308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705308; }

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

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

background-color css

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

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

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

border-color css

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

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

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