Html Css Color HEX #715500 Raw Umber

📋 copy color: '#715500'

red 113 ◦ green 85 ◦ blue 0

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

Shades of Raw Umber #715500

Tints of Raw Umber #715500

RGB

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

 GREEN value IS 85 (33.59% from 255) = 42.93%

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

R = 57.07%
G = 42.93%
B = 0%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 1

 K value IS 0.56

RGB Variations

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

Color information

#715500 (or 0x715500) is known color: Raw Umber. HEX triplet: 71, 55 and 00. RGB value is (113,85,0). Sum of RGB (Red+Green+Blue) = 113+85+0=198 (26% of max value = 765). Red value is 113 (44.53% from 255 or 57.07% from 198); Green value is 85 (33.59% from 255 or 42.93% from 198); Blue value is 0 (0.39% from 255 or 0% from 198); Max value from RGB is 113 - color contains mainly: red. Hex color #715500 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #715500 is #8EAAFF. Grayscale: #545454. Windows color (decimal): -9349888 or 21873. OLE color: 21873.

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

Color convert

RGB 113 85 0 -
CMYK 0 0.25 1 0.56
HSL 45.13º 1% 0.22% -
HSV(B) 45.13º 1% 0.44% -
XYZ 10.06 10.01 1.4 -
YUV 83.68 80.78 148.91 -
System Red Green Blue C M Y K H S L
Decimal 113 85 0 0 0.25 1 0.56 45.13 1 0.22
Hex 71 55 0 0 19 64 38 2D 64 16
Octal 161 125 0 0 31 144 70 55 144 26
Binary 1110001 1010101 0 0 11001 1100100 111000 101101 1100100 10110

Color Harmonies of #715500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715500

Black with #715500

Text Example


Text Example

White with #715500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #715500; }

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

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

background-color css

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

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

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

border-color css

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

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

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