Html Css Color HEX #715108 Raw Umber

📋 copy color: '#715108'

red 113 ◦ green 81 ◦ blue 8

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

Shades of Raw Umber #715108

Tints of Raw Umber #715108

RGB

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

 GREEN value IS 81 (32.03% from 255) = 40.1%

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

R = 55.94%
G = 40.1%
B = 3.96%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.93

 K value IS 0.56

RGB Variations

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

Color information

#715108 (or 0x715108) is known color: Raw Umber. HEX triplet: 71, 51 and 08. RGB value is (113,81,8). Sum of RGB (Red+Green+Blue) = 113+81+8=202 (26% of max value = 765). Red value is 113 (44.53% from 255 or 55.94% from 202); Green value is 81 (32.03% from 255 or 40.10% from 202); Blue value is 8 (3.52% from 255 or 3.96% from 202); Max value from RGB is 113 - color contains mainly: red. Hex color #715108 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #715108 is #8EAEF7. Grayscale: #525252. Windows color (decimal): -9350904 or 545137. OLE color: 545137.

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

Color convert

RGB 113 81 8 -
CMYK 0 0.28 0.93 0.56
HSL 41.71º 0.87% 0.24% -
HSV(B) 41.71º 0.93% 0.44% -
XYZ 9.8 9.41 1.53 -
YUV 82.25 86.1 149.94 -
System Red Green Blue C M Y K H S L
Decimal 113 81 8 0 0.28 0.93 0.56 41.71 0.87 0.24
Hex 71 51 8 0 1C 5D 38 2A 57 18
Octal 161 121 10 0 34 135 70 52 127 30
Binary 1110001 1010001 1000 0 11100 1011101 111000 101010 1010111 11000

Color Harmonies of #715108

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715108

Black with #715108

Text Example


Text Example

White with #715108

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #715108; }

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

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

background-color css

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

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

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

border-color css

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

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

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