Html Css Color HEX #714516 Raw Umber

📋 copy color: '#714516'

red 113 ◦ green 69 ◦ blue 22

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

Shades of Raw Umber #714516

Tints of Raw Umber #714516

RGB

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

 GREEN value IS 69 (27.34% from 255) = 33.82%

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

R = 55.39%
G = 33.82%
B = 10.78%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.81

 K value IS 0.56

RGB Variations

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

Color information

#714516 (or 0x714516) is known color: Raw Umber. HEX triplet: 71, 45 and 16. RGB value is (113,69,22). Sum of RGB (Red+Green+Blue) = 113+69+22=204 (27% of max value = 765). Red value is 113 (44.53% from 255 or 55.39% from 204); Green value is 69 (27.34% from 255 or 33.82% from 204); Blue value is 22 (8.98% from 255 or 10.78% from 204); Max value from RGB is 113 - color contains mainly: red. Hex color #714516 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #714516 is #8EBAE9. Grayscale: #4D4D4D. Windows color (decimal): -9353962 or 1459569. OLE color: 1459569.

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

Color convert

RGB 113 69 22 -
CMYK 0 0.39 0.81 0.56
HSL 30.99º 0.67% 0.26% -
HSV(B) 30.99º 0.81% 0.44% -
XYZ 9.08 7.82 1.79 -
YUV 76.8 97.08 153.82 -
System Red Green Blue C M Y K H S L
Decimal 113 69 22 0 0.39 0.81 0.56 30.99 0.67 0.26
Hex 71 45 16 0 27 51 38 1F 43 1A
Octal 161 105 26 0 47 121 70 37 103 32
Binary 1110001 1000101 10110 0 100111 1010001 111000 11111 1000011 11010

Color Harmonies of #714516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714516

Black with #714516

Text Example


Text Example

White with #714516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #714516; }

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

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

background-color css

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

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

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

border-color css

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

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

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