Html Css Color HEX #714715 Raw Umber

📋 copy color: '#714715'

red 113 ◦ green 71 ◦ blue 21

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

Shades of Raw Umber #714715

Tints of Raw Umber #714715

RGB

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

 GREEN value IS 71 (28.13% from 255) = 34.63%

 BLUE value IS 21 (8.59% from 255) = 10.24%

R = 55.12%
G = 34.63%
B = 10.24%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.81

 K value IS 0.56

RGB Variations

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

Color information

#714715 (or 0x714715) is known color: Raw Umber. HEX triplet: 71, 47 and 15. RGB value is (113,71,21). Sum of RGB (Red+Green+Blue) = 113+71+21=205 (27% of max value = 765). Red value is 113 (44.53% from 255 or 55.12% from 205); Green value is 71 (28.12% from 255 or 34.63% from 205); Blue value is 21 (8.59% from 255 or 10.24% from 205); Max value from RGB is 113 - color contains mainly: red. Hex color #714715 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #714715 is #8EB8EA. Grayscale: #4E4E4E. Windows color (decimal): -9353451 or 1394545. OLE color: 1394545.

HSL color Cylindrical-coordinate representation of color #714715: hue angle of 32.61º degrees, saturation: 0.69, 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 #714715 is Cyan = 0, Magento = 0.37, Yellow = 0.81 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 71 21 -
CMYK 0 0.37 0.81 0.56
HSL 32.61º 0.69% 0.26% -
HSV(B) 32.61º 0.81% 0.44% -
XYZ 9.2 8.07 1.78 -
YUV 77.86 95.91 153.07 -
System Red Green Blue C M Y K H S L
Decimal 113 71 21 0 0.37 0.81 0.56 32.61 0.69 0.26
Hex 71 47 15 0 25 51 38 21 45 1A
Octal 161 107 25 0 45 121 70 41 105 32
Binary 1110001 1000111 10101 0 100101 1010001 111000 100001 1000101 11010

Color Harmonies of #714715

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714715

Black with #714715

Text Example


Text Example

White with #714715

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #714715; }

 p { color: rgb(113,71,21); }

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

background-color css

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

 a { background-color: rgb(113,71,21); }

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

border-color css

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

 span { border-color: rgb(113,71,21); }

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