Html Css Color HEX #715C12 Raw Umber

📋 copy color: '#715C12'

red 113 ◦ green 92 ◦ blue 18

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

Shades of Raw Umber #715C12

Tints of Raw Umber #715C12

RGB

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

 GREEN value IS 92 (36.33% from 255) = 41.26%

 BLUE value IS 18 (7.42% from 255) = 8.07%

R = 50.67%
G = 41.26%
B = 8.07%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.84

 K value IS 0.56

RGB Variations

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

Color information

#715C12 (or 0x715C12) is known color: Raw Umber. HEX triplet: 71, 5C and 12. RGB value is (113,92,18). Sum of RGB (Red+Green+Blue) = 113+92+18=223 (29% of max value = 765). Red value is 113 (44.53% from 255 or 50.67% from 223); Green value is 92 (36.33% from 255 or 41.26% from 223); Blue value is 18 (7.42% from 255 or 8.07% from 223); Max value from RGB is 113 - color contains mainly: red. Hex color #715C12 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #715C12 is #8EA3ED. Grayscale: #5A5A5A. Windows color (decimal): -9348078 or 1203313. OLE color: 1203313.

HSL color Cylindrical-coordinate representation of color #715C12: hue angle of 46.74º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #715C12 is Cyan = 0, Magento = 0.19, Yellow = 0.84 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 92 18 -
CMYK 0 0.19 0.84 0.56
HSL 46.74º 0.73% 0.26% -
HSV(B) 46.74º 0.84% 0.44% -
XYZ 10.75 11.21 2.17 -
YUV 89.84 87.46 144.52 -
System Red Green Blue C M Y K H S L
Decimal 113 92 18 0 0.19 0.84 0.56 46.74 0.73 0.26
Hex 71 5C 12 0 13 54 38 2F 49 1A
Octal 161 134 22 0 23 124 70 57 111 32
Binary 1110001 1011100 10010 0 10011 1010100 111000 101111 1001001 11010

Color Harmonies of #715C12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715C12

Black with #715C12

Text Example


Text Example

White with #715C12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,92,18); }

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

background-color css

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

 a { background-color: rgb(113,92,18); }

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

border-color css

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

 span { border-color: rgb(113,92,18); }

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