Html Css Color HEX #714E1C Raw Umber

📋 copy color: '#714E1C'

red 113 ◦ green 78 ◦ blue 28

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

Shades of Raw Umber #714E1C

Tints of Raw Umber #714E1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 12.79%

R = 51.6%
G = 35.62%
B = 12.79%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.75

 K value IS 0.56

RGB Variations

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

Color information

#714E1C (or 0x714E1C) is known color: Raw Umber. HEX triplet: 71, 4E and 1C. RGB value is (113,78,28). Sum of RGB (Red+Green+Blue) = 113+78+28=219 (29% of max value = 765). Red value is 113 (44.53% from 255 or 51.60% from 219); Green value is 78 (30.86% from 255 or 35.62% from 219); Blue value is 28 (11.33% from 255 or 12.79% from 219); Max value from RGB is 113 - color contains mainly: red. Hex color #714E1C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #714E1C is #8EB1E3. Grayscale: #525252. Windows color (decimal): -9351652 or 1855089. OLE color: 1855089.

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

Color convert

RGB 113 78 28 -
CMYK 0 0.31 0.75 0.56
HSL 35.29º 0.6% 0.28% -
HSV(B) 35.29º 0.75% 0.44% -
XYZ 9.74 9.04 2.33 -
YUV 82.77 97.1 149.57 -
System Red Green Blue C M Y K H S L
Decimal 113 78 28 0 0.31 0.75 0.56 35.29 0.6 0.28
Hex 71 4E 1C 0 1F 4B 38 23 3C 1C
Octal 161 116 34 0 37 113 70 43 74 34
Binary 1110001 1001110 11100 0 11111 1001011 111000 100011 111100 11100

Color Harmonies of #714E1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714E1C

Black with #714E1C

Text Example


Text Example

White with #714E1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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