Html Css Color HEX #714313 Raw Umber

📋 copy color: '#714313'

red 113 ◦ green 67 ◦ blue 19

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

Shades of Raw Umber #714313

Tints of Raw Umber #714313

RGB

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

 GREEN value IS 67 (26.56% from 255) = 33.67%

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

R = 56.78%
G = 33.67%
B = 9.55%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.83

 K value IS 0.56

RGB Variations

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

Color information

#714313 (or 0x714313) is known color: Raw Umber. HEX triplet: 71, 43 and 13. RGB value is (113,67,19). Sum of RGB (Red+Green+Blue) = 113+67+19=199 (26% of max value = 765). Red value is 113 (44.53% from 255 or 56.78% from 199); Green value is 67 (26.56% from 255 or 33.67% from 199); Blue value is 19 (7.81% from 255 or 9.55% from 199); Max value from RGB is 113 - color contains mainly: red. Hex color #714313 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #714313 is #8EBCEC. Grayscale: #4B4B4B. Windows color (decimal): -9354477 or 1262449. OLE color: 1262449.

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

Color convert

RGB 113 67 19 -
CMYK 0 0.41 0.83 0.56
HSL 30.64º 0.71% 0.26% -
HSV(B) 30.64º 0.83% 0.44% -
XYZ 8.93 7.57 1.61 -
YUV 75.28 96.24 154.9 -
System Red Green Blue C M Y K H S L
Decimal 113 67 19 0 0.41 0.83 0.56 30.64 0.71 0.26
Hex 71 43 13 0 29 53 38 1F 47 1A
Octal 161 103 23 0 51 123 70 37 107 32
Binary 1110001 1000011 10011 0 101001 1010011 111000 11111 1000111 11010

Color Harmonies of #714313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714313

Black with #714313

Text Example


Text Example

White with #714313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #714313; }

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

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

background-color css

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

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

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

border-color css

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

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

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