Html Css Color HEX #73412F Copper Canyon

📋 copy color: '#73412F'

red 115 ◦ green 65 ◦ blue 47

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

Shades of Copper Canyon #73412F

Tints of Copper Canyon #73412F

RGB

 RED value IS 115 (45.31% from 255) = 50.66%

 GREEN value IS 65 (25.78% from 255) = 28.63%

 BLUE value IS 47 (18.75% from 255) = 20.7%

R = 50.66%
G = 28.63%
B = 20.7%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.59

 K value IS 0.55

RGB Variations

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

Color information

#73412F (or 0x73412F) is known color: Copper Canyon. HEX triplet: 73, 41 and 2F. RGB value is (115,65,47). Sum of RGB (Red+Green+Blue) = 115+65+47=227 (30% of max value = 765). Red value is 115 (45.31% from 255 or 50.66% from 227); Green value is 65 (25.78% from 255 or 28.63% from 227); Blue value is 47 (18.75% from 255 or 20.70% from 227); Max value from RGB is 115 - color contains mainly: red. Hex color #73412F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #73412F is #8CBED0. Grayscale: #4E4E4E. Windows color (decimal): -9223889 or 3096947. OLE color: 3096947.

HSL color Cylindrical-coordinate representation of color #73412F: hue angle of 15.88º degrees, saturation: 0.42, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #73412F is Cyan = 0, Magento = 0.43, Yellow = 0.59 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 65 47 -
CMYK 0 0.43 0.59 0.55
HSL 15.88º 0.42% 0.32% -
HSV(B) 15.88º 0.59% 0.45% -
XYZ 9.47 7.63 3.66 -
YUV 77.9 110.57 154.46 -
System Red Green Blue C M Y K H S L
Decimal 115 65 47 0 0.43 0.59 0.55 15.88 0.42 0.32
Hex 73 41 2F 0 2B 3B 37 10 2A 20
Octal 163 101 57 0 53 73 67 20 52 40
Binary 1110011 1000001 101111 0 101011 111011 110111 10000 101010 100000

Color Harmonies of #73412F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73412F

Black with #73412F

Text Example


Text Example

White with #73412F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #73412F; }

 p { color: rgb(115,65,47); }

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

background-color css

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

 a { background-color: rgb(115,65,47); }

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

border-color css

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

 span { border-color: rgb(115,65,47); }

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