Html Css Color HEX #714336 Metallic Copper

📋 copy color: '#714336'

red 113 ◦ green 67 ◦ blue 54

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

Shades of Metallic Copper #714336

Tints of Metallic Copper #714336

RGB

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

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

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

R = 48.29%
G = 28.63%
B = 23.08%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.52

 K value IS 0.56

RGB Variations

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

Color information

#714336 (or 0x714336) is known color: Metallic Copper. HEX triplet: 71, 43 and 36. RGB value is (113,67,54). Sum of RGB (Red+Green+Blue) = 113+67+54=234 (30% of max value = 765). Red value is 113 (44.53% from 255 or 48.29% from 234); Green value is 67 (26.56% from 255 or 28.63% from 234); Blue value is 54 (21.48% from 255 or 23.08% from 234); Max value from RGB is 113 - color contains mainly: red. Hex color #714336 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #714336 is #8EBCC9. Grayscale: #4F4F4F. Windows color (decimal): -9354442 or 3556209. OLE color: 3556209.

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

Color convert

RGB 113 67 54 -
CMYK 0 0.41 0.52 0.56
HSL 13.22º 0.35% 0.33% -
HSV(B) 13.22º 0.52% 0.44% -
XYZ 9.48 7.79 4.49 -
YUV 79.27 113.74 152.06 -
System Red Green Blue C M Y K H S L
Decimal 113 67 54 0 0.41 0.52 0.56 13.22 0.35 0.33
Hex 71 43 36 0 29 34 38 D 23 21
Octal 161 103 66 0 51 64 70 15 43 41
Binary 1110001 1000011 110110 0 101001 110100 111000 1101 100011 100001

Color Harmonies of #714336

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714336

Black with #714336

Text Example


Text Example

White with #714336

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #714336; }

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

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

background-color css

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

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

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

border-color css

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

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

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