Html Css Color HEX #714237 Metallic Copper

📋 copy color: '#714237'

red 113 ◦ green 66 ◦ blue 55

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

Shades of Metallic Copper #714237

Tints of Metallic Copper #714237

RGB

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

 GREEN value IS 66 (26.17% from 255) = 28.21%

 BLUE value IS 55 (21.88% from 255) = 23.5%

R = 48.29%
G = 28.21%
B = 23.5%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.51

 K value IS 0.56

RGB Variations

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

Color information

#714237 (or 0x714237) is known color: Metallic Copper. HEX triplet: 71, 42 and 37. RGB value is (113,66,55). Sum of RGB (Red+Green+Blue) = 113+66+55=234 (30% of max value = 765). Red value is 113 (44.53% from 255 or 48.29% from 234); Green value is 66 (26.17% from 255 or 28.21% from 234); Blue value is 55 (21.88% from 255 or 23.50% from 234); Max value from RGB is 113 - color contains mainly: red. Hex color #714237 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #714237 is #8EBDC8. Grayscale: #4E4E4E. Windows color (decimal): -9354697 or 3621489. OLE color: 3621489.

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

Color convert

RGB 113 66 55 -
CMYK 0 0.42 0.51 0.56
HSL 11.38º 0.35% 0.33% -
HSV(B) 11.38º 0.51% 0.44% -
XYZ 9.45 7.68 4.6 -
YUV 78.8 114.57 152.39 -
System Red Green Blue C M Y K H S L
Decimal 113 66 55 0 0.42 0.51 0.56 11.38 0.35 0.33
Hex 71 42 37 0 2A 33 38 B 23 21
Octal 161 102 67 0 52 63 70 13 43 41
Binary 1110001 1000010 110111 0 101010 110011 111000 1011 100011 100001

Color Harmonies of #714237

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714237

Black with #714237

Text Example


Text Example

White with #714237

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #714237; }

 p { color: rgb(113,66,55); }

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

background-color css

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

 a { background-color: rgb(113,66,55); }

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

border-color css

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

 span { border-color: rgb(113,66,55); }

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