Html Css Color HEX #715507 Raw Umber

📋 copy color: '#715507'

red 113 ◦ green 85 ◦ blue 7

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

Shades of Raw Umber #715507

Tints of Raw Umber #715507

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 3.41%

R = 55.12%
G = 41.46%
B = 3.41%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.94

 K value IS 0.56

RGB Variations

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

Color information

#715507 (or 0x715507) is known color: Raw Umber. HEX triplet: 71, 55 and 07. RGB value is (113,85,7). Sum of RGB (Red+Green+Blue) = 113+85+7=205 (27% of max value = 765). Red value is 113 (44.53% from 255 or 55.12% from 205); Green value is 85 (33.59% from 255 or 41.46% from 205); Blue value is 7 (3.12% from 255 or 3.41% from 205); Max value from RGB is 113 - color contains mainly: red. Hex color #715507 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #715507 is #8EAAF8. Grayscale: #545454. Windows color (decimal): -9349881 or 480625. OLE color: 480625.

HSL color Cylindrical-coordinate representation of color #715507: hue angle of 44.15º degrees, saturation: 0.88, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #715507 is Cyan = 0, Magento = 0.25, Yellow = 0.94 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 85 7 -
CMYK 0 0.25 0.94 0.56
HSL 44.15º 0.88% 0.24% -
HSV(B) 44.15º 0.94% 0.44% -
XYZ 10.1 10.02 1.6 -
YUV 84.48 84.28 148.34 -
System Red Green Blue C M Y K H S L
Decimal 113 85 7 0 0.25 0.94 0.56 44.15 0.88 0.24
Hex 71 55 7 0 19 5E 38 2C 58 18
Octal 161 125 7 0 31 136 70 54 130 30
Binary 1110001 1010101 111 0 11001 1011110 111000 101100 1011000 11000

Color Harmonies of #715507

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715507

Black with #715507

Text Example


Text Example

White with #715507

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #715507; }

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

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

background-color css

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

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

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

border-color css

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

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

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