Html Css Color HEX #715C00 Raw Umber

📋 copy color: '#715C00'

red 113 ◦ green 92 ◦ blue 0

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

Shades of Raw Umber #715C00

Tints of Raw Umber #715C00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 55.12%
G = 44.88%
B = 0%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 1

 K value IS 0.56

RGB Variations

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

Color information

#715C00 (or 0x715C00) is known color: Raw Umber. HEX triplet: 71, 5C and 00. RGB value is (113,92,0). Sum of RGB (Red+Green+Blue) = 113+92+0=205 (27% of max value = 765). Red value is 113 (44.53% from 255 or 55.12% from 205); Green value is 92 (36.33% from 255 or 44.88% from 205); Blue value is 0 (0.39% from 255 or 0% from 205); Max value from RGB is 113 - color contains mainly: red. Hex color #715C00 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #715C00 is #8EA3FF. Grayscale: #585858. Windows color (decimal): -9348096 or 23665. OLE color: 23665.

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

Color convert

RGB 113 92 0 -
CMYK 0 0.19 1 0.56
HSL 48.85º 1% 0.22% -
HSV(B) 48.85º 1% 0.44% -
XYZ 10.64 11.17 1.59 -
YUV 87.79 78.46 145.98 -
System Red Green Blue C M Y K H S L
Decimal 113 92 0 0 0.19 1 0.56 48.85 1 0.22
Hex 71 5C 0 0 13 64 38 31 64 16
Octal 161 134 0 0 23 144 70 61 144 26
Binary 1110001 1011100 0 0 10011 1100100 111000 110001 1100100 10110

Color Harmonies of #715C00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715C00

Black with #715C00

Text Example


Text Example

White with #715C00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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