Html Css Color HEX #715B16 Raw Umber

📋 copy color: '#715B16'

red 113 ◦ green 91 ◦ blue 22

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

Shades of Raw Umber #715B16

Tints of Raw Umber #715B16

RGB

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

 GREEN value IS 91 (35.94% from 255) = 40.27%

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

R = 50%
G = 40.27%
B = 9.73%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.81

 K value IS 0.56

RGB Variations

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

Color information

#715B16 (or 0x715B16) is known color: Raw Umber. HEX triplet: 71, 5B and 16. RGB value is (113,91,22). Sum of RGB (Red+Green+Blue) = 113+91+22=226 (29% of max value = 765). Red value is 113 (44.53% from 255 or 50% from 226); Green value is 91 (35.94% from 255 or 40.27% from 226); Blue value is 22 (8.98% from 255 or 9.73% from 226); Max value from RGB is 113 - color contains mainly: red. Hex color #715B16 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #715B16 is #8EA4E9. Grayscale: #5A5A5A. Windows color (decimal): -9348330 or 1465201. OLE color: 1465201.

HSL color Cylindrical-coordinate representation of color #715B16: hue angle of 45.49º 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 #715B16 is Cyan = 0, Magento = 0.19, Yellow = 0.81 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 91 22 -
CMYK 0 0.19 0.81 0.56
HSL 45.49º 0.67% 0.26% -
HSV(B) 45.49º 0.81% 0.44% -
XYZ 10.7 11.05 2.33 -
YUV 89.71 89.79 144.61 -
System Red Green Blue C M Y K H S L
Decimal 113 91 22 0 0.19 0.81 0.56 45.49 0.67 0.26
Hex 71 5B 16 0 13 51 38 2D 43 1A
Octal 161 133 26 0 23 121 70 55 103 32
Binary 1110001 1011011 10110 0 10011 1010001 111000 101101 1000011 11010

Color Harmonies of #715B16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715B16

Black with #715B16

Text Example


Text Example

White with #715B16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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