Html Css Color HEX #713B30 Metallic Copper

📋 copy color: '#713B30'

red 113 ◦ green 59 ◦ blue 48

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

Shades of Metallic Copper #713B30

Tints of Metallic Copper #713B30

RGB

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

 GREEN value IS 59 (23.44% from 255) = 26.82%

 BLUE value IS 48 (19.14% from 255) = 21.82%

R = 51.36%
G = 26.82%
B = 21.82%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.58

 K value IS 0.56

RGB Variations

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

Color information

#713B30 (or 0x713B30) is known color: Metallic Copper. HEX triplet: 71, 3B and 30. RGB value is (113,59,48). Sum of RGB (Red+Green+Blue) = 113+59+48=220 (29% of max value = 765). Red value is 113 (44.53% from 255 or 51.36% from 220); Green value is 59 (23.44% from 255 or 26.82% from 220); Blue value is 48 (19.14% from 255 or 21.82% from 220); Max value from RGB is 113 - color contains mainly: red. Hex color #713B30 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #713B30 is #8EC4CF. Grayscale: #494949. Windows color (decimal): -9356496 or 3160945. OLE color: 3160945.

HSL color Cylindrical-coordinate representation of color #713B30: hue angle of 10.15º degrees, saturation: 0.4, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #713B30 is Cyan = 0, Magento = 0.48, Yellow = 0.58 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 59 48 -
CMYK 0 0.48 0.58 0.56
HSL 10.15º 0.4% 0.32% -
HSV(B) 10.15º 0.58% 0.44% -
XYZ 8.91 6.85 3.65 -
YUV 73.89 113.39 155.89 -
System Red Green Blue C M Y K H S L
Decimal 113 59 48 0 0.48 0.58 0.56 10.15 0.4 0.32
Hex 71 3B 30 0 30 3A 38 A 28 20
Octal 161 73 60 0 60 72 70 12 50 40
Binary 1110001 111011 110000 0 110000 111010 111000 1010 101000 100000

Color Harmonies of #713B30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713B30

Black with #713B30

Text Example


Text Example

White with #713B30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #713B30; }

 p { color: rgb(113,59,48); }

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

background-color css

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

 a { background-color: rgb(113,59,48); }

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

border-color css

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

 span { border-color: rgb(113,59,48); }

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