Html Css Color HEX #715F08 Raw Umber

📋 copy color: '#715F08'

red 113 ◦ green 95 ◦ blue 8

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

Shades of Raw Umber #715F08

Tints of Raw Umber #715F08

RGB

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

 GREEN value IS 95 (37.5% from 255) = 43.98%

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

R = 52.31%
G = 43.98%
B = 3.7%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.93

 K value IS 0.56

RGB Variations

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

Color information

#715F08 (or 0x715F08) is known color: Raw Umber. HEX triplet: 71, 5F and 08. RGB value is (113,95,8). Sum of RGB (Red+Green+Blue) = 113+95+8=216 (28% of max value = 765). Red value is 113 (44.53% from 255 or 52.31% from 216); Green value is 95 (37.5% from 255 or 43.98% from 216); Blue value is 8 (3.52% from 255 or 3.70% from 216); Max value from RGB is 113 - color contains mainly: red. Hex color #715F08 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #715F08 is #8EA0F7. Grayscale: #5A5A5A. Windows color (decimal): -9347320 or 548721. OLE color: 548721.

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

Color convert

RGB 113 95 8 -
CMYK 0 0.16 0.93 0.56
HSL 49.71º 0.87% 0.24% -
HSV(B) 49.71º 0.93% 0.44% -
XYZ 10.95 11.71 1.91 -
YUV 90.46 81.46 144.07 -
System Red Green Blue C M Y K H S L
Decimal 113 95 8 0 0.16 0.93 0.56 49.71 0.87 0.24
Hex 71 5F 8 0 10 5D 38 32 57 18
Octal 161 137 10 0 20 135 70 62 127 30
Binary 1110001 1011111 1000 0 10000 1011101 111000 110010 1010111 11000

Color Harmonies of #715F08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715F08

Black with #715F08

Text Example


Text Example

White with #715F08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #715F08; }

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

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

background-color css

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

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

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

border-color css

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

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

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