Html Css Color HEX #714E36 Old Copper

📋 copy color: '#714E36'

red 113 ◦ green 78 ◦ blue 54

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

Shades of Old Copper #714E36

Tints of Old Copper #714E36

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 22.04%

R = 46.12%
G = 31.84%
B = 22.04%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.52

 K value IS 0.56

RGB Variations

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

Color information

#714E36 (or 0x714E36) is known color: Old Copper. HEX triplet: 71, 4E and 36. RGB value is (113,78,54). Sum of RGB (Red+Green+Blue) = 113+78+54=245 (32% of max value = 765). Red value is 113 (44.53% from 255 or 46.12% from 245); Green value is 78 (30.86% from 255 or 31.84% from 245); Blue value is 54 (21.48% from 255 or 22.04% from 245); Max value from RGB is 113 - color contains mainly: red. Hex color #714E36 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #714E36 is #8EB1C9. Grayscale: #555555. Windows color (decimal): -9351626 or 3559025. OLE color: 3559025.

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

Color convert

RGB 113 78 54 -
CMYK 0 0.31 0.52 0.56
HSL 24.41º 0.35% 0.33% -
HSV(B) 24.41º 0.52% 0.44% -
XYZ 10.2 9.23 4.73 -
YUV 85.73 110.1 147.45 -
System Red Green Blue C M Y K H S L
Decimal 113 78 54 0 0.31 0.52 0.56 24.41 0.35 0.33
Hex 71 4E 36 0 1F 34 38 18 23 21
Octal 161 116 66 0 37 64 70 30 43 41
Binary 1110001 1001110 110110 0 11111 110100 111000 11000 100011 100001

Color Harmonies of #714E36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714E36

Black with #714E36

Text Example


Text Example

White with #714E36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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