Html Css Color HEX #714413 Raw Umber

📋 copy color: '#714413'

red 113 ◦ green 68 ◦ blue 19

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

Shades of Raw Umber #714413

Tints of Raw Umber #714413

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 9.5%

R = 56.5%
G = 34%
B = 9.5%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.83

 K value IS 0.56

RGB Variations

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

Color information

#714413 (or 0x714413) is known color: Raw Umber. HEX triplet: 71, 44 and 13. RGB value is (113,68,19). Sum of RGB (Red+Green+Blue) = 113+68+19=200 (26% of max value = 765). Red value is 113 (44.53% from 255 or 56.5% from 200); Green value is 68 (26.95% from 255 or 34% from 200); Blue value is 19 (7.81% from 255 or 9.5% from 200); Max value from RGB is 113 - color contains mainly: red. Hex color #714413 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #714413 is #8EBBEC. Grayscale: #4C4C4C. Windows color (decimal): -9354221 or 1262705. OLE color: 1262705.

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

Color convert

RGB 113 68 19 -
CMYK 0 0.40 0.83 0.56
HSL 31.28º 0.71% 0.26% -
HSV(B) 31.28º 0.83% 0.44% -
XYZ 8.99 7.69 1.63 -
YUV 75.87 95.91 154.48 -
System Red Green Blue C M Y K H S L
Decimal 113 68 19 0 0.40 0.83 0.56 31.28 0.71 0.26
Hex 71 44 13 0 28 53 38 1F 47 1A
Octal 161 104 23 0 50 123 70 37 107 32
Binary 1110001 1000100 10011 0 101000 1010011 111000 11111 1000111 11010

Color Harmonies of #714413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714413

Black with #714413

Text Example


Text Example

White with #714413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #714413; }

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

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

background-color css

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

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

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

border-color css

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

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

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