Html Css Color HEX #715812 Raw Umber

📋 copy color: '#715812'

red 113 ◦ green 88 ◦ blue 18

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

Shades of Raw Umber #715812

Tints of Raw Umber #715812

RGB

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

 GREEN value IS 88 (34.77% from 255) = 40.18%

 BLUE value IS 18 (7.42% from 255) = 8.22%

R = 51.6%
G = 40.18%
B = 8.22%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.84

 K value IS 0.56

RGB Variations

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

Color information

#715812 (or 0x715812) is known color: Raw Umber. HEX triplet: 71, 58 and 12. RGB value is (113,88,18). Sum of RGB (Red+Green+Blue) = 113+88+18=219 (29% of max value = 765). Red value is 113 (44.53% from 255 or 51.60% from 219); Green value is 88 (34.77% from 255 or 40.18% from 219); Blue value is 18 (7.42% from 255 or 8.22% from 219); Max value from RGB is 113 - color contains mainly: red. Hex color #715812 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #715812 is #8EA7ED. Grayscale: #575757. Windows color (decimal): -9349102 or 1202289. OLE color: 1202289.

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

Color convert

RGB 113 88 18 -
CMYK 0 0.22 0.84 0.56
HSL 44.21º 0.73% 0.26% -
HSV(B) 44.21º 0.84% 0.44% -
XYZ 10.41 10.53 2.06 -
YUV 87.5 88.78 146.19 -
System Red Green Blue C M Y K H S L
Decimal 113 88 18 0 0.22 0.84 0.56 44.21 0.73 0.26
Hex 71 58 12 0 16 54 38 2C 49 1A
Octal 161 130 22 0 26 124 70 54 111 32
Binary 1110001 1011000 10010 0 10110 1010100 111000 101100 1001001 11010

Color Harmonies of #715812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715812

Black with #715812

Text Example


Text Example

White with #715812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #715812; }

 p { color: rgb(113,88,18); }

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

background-color css

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

 a { background-color: rgb(113,88,18); }

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

border-color css

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

 span { border-color: rgb(113,88,18); }

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