Html Css Color HEX #715C14 Raw Umber

📋 copy color: '#715C14'

red 113 ◦ green 92 ◦ blue 20

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

Shades of Raw Umber #715C14

Tints of Raw Umber #715C14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 8.89%

R = 50.22%
G = 40.89%
B = 8.89%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.82

 K value IS 0.56

RGB Variations

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

Color information

#715C14 (or 0x715C14) is known color: Raw Umber. HEX triplet: 71, 5C and 14. RGB value is (113,92,20). Sum of RGB (Red+Green+Blue) = 113+92+20=225 (29% of max value = 765). Red value is 113 (44.53% from 255 or 50.22% from 225); Green value is 92 (36.33% from 255 or 40.89% from 225); Blue value is 20 (8.20% from 255 or 8.89% from 225); Max value from RGB is 113 - color contains mainly: red. Hex color #715C14 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #715C14 is #8EA3EB. Grayscale: #5A5A5A. Windows color (decimal): -9348076 or 1334385. OLE color: 1334385.

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

Color convert

RGB 113 92 20 -
CMYK 0 0.19 0.82 0.56
HSL 46.45º 0.7% 0.26% -
HSV(B) 46.45º 0.82% 0.44% -
XYZ 10.76 11.22 2.26 -
YUV 90.07 88.46 144.35 -
System Red Green Blue C M Y K H S L
Decimal 113 92 20 0 0.19 0.82 0.56 46.45 0.7 0.26
Hex 71 5C 14 0 13 52 38 2E 46 1A
Octal 161 134 24 0 23 122 70 56 106 32
Binary 1110001 1011100 10100 0 10011 1010010 111000 101110 1000110 11010

Color Harmonies of #715C14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715C14

Black with #715C14

Text Example


Text Example

White with #715C14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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