Html Css Color HEX #715416 Raw Umber

📋 copy color: '#715416'

red 113 ◦ green 84 ◦ blue 22

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

Shades of Raw Umber #715416

Tints of Raw Umber #715416

RGB

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

 GREEN value IS 84 (33.2% from 255) = 38.36%

 BLUE value IS 22 (8.98% from 255) = 10.05%

R = 51.6%
G = 38.36%
B = 10.05%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.81

 K value IS 0.56

RGB Variations

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

Color information

#715416 (or 0x715416) is known color: Raw Umber. HEX triplet: 71, 54 and 16. RGB value is (113,84,22). Sum of RGB (Red+Green+Blue) = 113+84+22=219 (29% of max value = 765). Red value is 113 (44.53% from 255 or 51.60% from 219); Green value is 84 (33.20% from 255 or 38.36% from 219); Blue value is 22 (8.98% from 255 or 10.05% from 219); Max value from RGB is 113 - color contains mainly: red. Hex color #715416 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #715416 is #8EABE9. Grayscale: #555555. Windows color (decimal): -9350122 or 1463409. OLE color: 1463409.

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

Color convert

RGB 113 84 22 -
CMYK 0 0.26 0.81 0.56
HSL 40.88º 0.67% 0.26% -
HSV(B) 40.88º 0.81% 0.44% -
XYZ 10.13 9.91 2.14 -
YUV 85.6 92.11 147.54 -
System Red Green Blue C M Y K H S L
Decimal 113 84 22 0 0.26 0.81 0.56 40.88 0.67 0.26
Hex 71 54 16 0 1A 51 38 29 43 1A
Octal 161 124 26 0 32 121 70 51 103 32
Binary 1110001 1010100 10110 0 11010 1010001 111000 101001 1000011 11010

Color Harmonies of #715416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715416

Black with #715416

Text Example


Text Example

White with #715416

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #715416; }

 p { color: rgb(113,84,22); }

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

background-color css

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

 a { background-color: rgb(113,84,22); }

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

border-color css

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

 span { border-color: rgb(113,84,22); }

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