Html Css Color HEX #714339 Metallic Copper

📋 copy color: '#714339'

red 113 ◦ green 67 ◦ blue 57

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

Shades of Metallic Copper #714339

Tints of Metallic Copper #714339

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 24.05%

R = 47.68%
G = 28.27%
B = 24.05%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.50

 K value IS 0.56

RGB Variations

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

Color information

#714339 (or 0x714339) is known color: Metallic Copper. HEX triplet: 71, 43 and 39. RGB value is (113,67,57). Sum of RGB (Red+Green+Blue) = 113+67+57=237 (31% of max value = 765). Red value is 113 (44.53% from 255 or 47.68% from 237); Green value is 67 (26.56% from 255 or 28.27% from 237); Blue value is 57 (22.66% from 255 or 24.05% from 237); Max value from RGB is 113 - color contains mainly: red. Hex color #714339 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #714339 is #8EBCC6. Grayscale: #4F4F4F. Windows color (decimal): -9354439 or 3752817. OLE color: 3752817.

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

Color convert

RGB 113 67 57 -
CMYK 0 0.41 0.50 0.56
HSL 10.71º 0.33% 0.33% -
HSV(B) 10.71º 0.5% 0.44% -
XYZ 9.56 7.82 4.88 -
YUV 79.61 115.24 151.81 -
System Red Green Blue C M Y K H S L
Decimal 113 67 57 0 0.41 0.50 0.56 10.71 0.33 0.33
Hex 71 43 39 0 29 32 38 B 21 21
Octal 161 103 71 0 51 62 70 13 41 41
Binary 1110001 1000011 111001 0 101001 110010 111000 1011 100001 100001

Color Harmonies of #714339

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714339

Black with #714339

Text Example


Text Example

White with #714339

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #714339; }

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

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

background-color css

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

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

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

border-color css

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

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

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