Html Css Color HEX #715508 Raw Umber

📋 copy color: '#715508'

red 113 ◦ green 85 ◦ blue 8

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

Shades of Raw Umber #715508

Tints of Raw Umber #715508

RGB

 RED value IS 113 (44.53% from 255) = 54.85%

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

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

R = 54.85%
G = 41.26%
B = 3.88%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.93

 K value IS 0.56

RGB Variations

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

Color information

#715508 (or 0x715508) is known color: Raw Umber. HEX triplet: 71, 55 and 08. RGB value is (113,85,8). Sum of RGB (Red+Green+Blue) = 113+85+8=206 (27% of max value = 765). Red value is 113 (44.53% from 255 or 54.85% from 206); Green value is 85 (33.59% from 255 or 41.26% from 206); Blue value is 8 (3.52% from 255 or 3.88% from 206); Max value from RGB is 113 - color contains mainly: red. Hex color #715508 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #715508 is #8EAAF7. Grayscale: #545454. Windows color (decimal): -9349880 or 546161. OLE color: 546161.

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

Color convert

RGB 113 85 8 -
CMYK 0 0.25 0.93 0.56
HSL 44º 0.87% 0.24% -
HSV(B) 44º 0.93% 0.44% -
XYZ 10.1 10.03 1.63 -
YUV 84.59 84.78 148.26 -
System Red Green Blue C M Y K H S L
Decimal 113 85 8 0 0.25 0.93 0.56 44 0.87 0.24
Hex 71 55 8 0 19 5D 38 2C 57 18
Octal 161 125 10 0 31 135 70 54 127 30
Binary 1110001 1010101 1000 0 11001 1011101 111000 101100 1010111 11000

Color Harmonies of #715508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715508

Black with #715508

Text Example


Text Example

White with #715508

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #715508; }

 p { color: rgb(113,85,8); }

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

background-color css

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

 a { background-color: rgb(113,85,8); }

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

border-color css

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

 span { border-color: rgb(113,85,8); }

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