Html Css Color HEX #714416 Raw Umber

📋 copy color: '#714416'

red 113 ◦ green 68 ◦ blue 22

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

Shades of Raw Umber #714416

Tints of Raw Umber #714416

RGB

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

 GREEN value IS 68 (26.95% from 255) = 33.5%

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

R = 55.67%
G = 33.5%
B = 10.84%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.81

 K value IS 0.56

RGB Variations

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

Color information

#714416 (or 0x714416) is known color: Raw Umber. HEX triplet: 71, 44 and 16. RGB value is (113,68,22). Sum of RGB (Red+Green+Blue) = 113+68+22=203 (26% of max value = 765). Red value is 113 (44.53% from 255 or 55.67% from 203); Green value is 68 (26.95% from 255 or 33.50% from 203); Blue value is 22 (8.98% from 255 or 10.84% from 203); Max value from RGB is 113 - color contains mainly: red. Hex color #714416 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #714416 is #8EBBE9. Grayscale: #4C4C4C. Windows color (decimal): -9354218 or 1459313. OLE color: 1459313.

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

Color convert

RGB 113 68 22 -
CMYK 0 0.40 0.81 0.56
HSL 30.33º 0.67% 0.26% -
HSV(B) 30.33º 0.81% 0.44% -
XYZ 9.02 7.7 1.77 -
YUV 76.21 97.41 154.24 -
System Red Green Blue C M Y K H S L
Decimal 113 68 22 0 0.40 0.81 0.56 30.33 0.67 0.26
Hex 71 44 16 0 28 51 38 1E 43 1A
Octal 161 104 26 0 50 121 70 36 103 32
Binary 1110001 1000100 10110 0 101000 1010001 111000 11110 1000011 11010

Color Harmonies of #714416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714416

Black with #714416

Text Example


Text Example

White with #714416

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #714416; }

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

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

background-color css

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

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

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

border-color css

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

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

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