Html Css Color HEX #714E0F Raw Umber

📋 copy color: '#714E0F'

red 113 ◦ green 78 ◦ blue 15

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

Shades of Raw Umber #714E0F

Tints of Raw Umber #714E0F

RGB

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

 GREEN value IS 78 (30.86% from 255) = 37.86%

 BLUE value IS 15 (6.25% from 255) = 7.28%

R = 54.85%
G = 37.86%
B = 7.28%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.87

 K value IS 0.56

RGB Variations

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

Color information

#714E0F (or 0x714E0F) is known color: Raw Umber. HEX triplet: 71, 4E and 0F. RGB value is (113,78,15). Sum of RGB (Red+Green+Blue) = 113+78+15=206 (27% of max value = 765). Red value is 113 (44.53% from 255 or 54.85% from 206); Green value is 78 (30.86% from 255 or 37.86% from 206); Blue value is 15 (6.25% from 255 or 7.28% from 206); Max value from RGB is 113 - color contains mainly: red. Hex color #714E0F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #714E0F is #8EB1F0. Grayscale: #515151. Windows color (decimal): -9351665 or 1003121. OLE color: 1003121.

HSL color Cylindrical-coordinate representation of color #714E0F: hue angle of 38.57º degrees, saturation: 0.77, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #714E0F is Cyan = 0, Magento = 0.31, Yellow = 0.87 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 78 15 -
CMYK 0 0.31 0.87 0.56
HSL 38.57º 0.77% 0.25% -
HSV(B) 38.57º 0.87% 0.44% -
XYZ 9.62 8.99 1.68 -
YUV 81.28 90.6 150.62 -
System Red Green Blue C M Y K H S L
Decimal 113 78 15 0 0.31 0.87 0.56 38.57 0.77 0.25
Hex 71 4E F 0 1F 57 38 27 4D 19
Octal 161 116 17 0 37 127 70 47 115 31
Binary 1110001 1001110 1111 0 11111 1010111 111000 100111 1001101 11001

Color Harmonies of #714E0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714E0F

Black with #714E0F

Text Example


Text Example

White with #714E0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #714E0F; }

 p { color: rgb(113,78,15); }

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

background-color css

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

 a { background-color: rgb(113,78,15); }

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

border-color css

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

 span { border-color: rgb(113,78,15); }

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