Html Css Color HEX #715207 Raw Umber

📋 copy color: '#715207'

red 113 ◦ green 82 ◦ blue 7

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

Shades of Raw Umber #715207

Tints of Raw Umber #715207

RGB

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

 GREEN value IS 82 (32.42% from 255) = 40.59%

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

R = 55.94%
G = 40.59%
B = 3.47%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.94

 K value IS 0.56

RGB Variations

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

Color information

#715207 (or 0x715207) is known color: Raw Umber. HEX triplet: 71, 52 and 07. RGB value is (113,82,7). Sum of RGB (Red+Green+Blue) = 113+82+7=202 (26% of max value = 765). Red value is 113 (44.53% from 255 or 55.94% from 202); Green value is 82 (32.42% from 255 or 40.59% from 202); Blue value is 7 (3.12% from 255 or 3.47% from 202); Max value from RGB is 113 - color contains mainly: red. Hex color #715207 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #715207 is #8EADF8. Grayscale: #535353. Windows color (decimal): -9350649 or 479857. OLE color: 479857.

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

Color convert

RGB 113 82 7 -
CMYK 0 0.27 0.94 0.56
HSL 42.45º 0.88% 0.24% -
HSV(B) 42.45º 0.94% 0.44% -
XYZ 9.87 9.56 1.53 -
YUV 82.72 85.27 149.6 -
System Red Green Blue C M Y K H S L
Decimal 113 82 7 0 0.27 0.94 0.56 42.45 0.88 0.24
Hex 71 52 7 0 1B 5E 38 2A 58 18
Octal 161 122 7 0 33 136 70 52 130 30
Binary 1110001 1010010 111 0 11011 1011110 111000 101010 1011000 11000

Color Harmonies of #715207

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715207

Black with #715207

Text Example


Text Example

White with #715207

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #715207; }

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

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

background-color css

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

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

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

border-color css

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

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

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