Html Css Color HEX #73402D Copper Canyon

📋 copy color: '#73402D'

red 115 ◦ green 64 ◦ blue 45

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

Shades of Copper Canyon #73402D

Tints of Copper Canyon #73402D

RGB

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

 GREEN value IS 64 (25.39% from 255) = 28.57%

 BLUE value IS 45 (17.97% from 255) = 20.09%

R = 51.34%
G = 28.57%
B = 20.09%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.61

 K value IS 0.55

RGB Variations

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

Color information

#73402D (or 0x73402D) is known color: Copper Canyon. HEX triplet: 73, 40 and 2D. RGB value is (115,64,45). Sum of RGB (Red+Green+Blue) = 115+64+45=224 (29% of max value = 765). Red value is 115 (45.31% from 255 or 51.34% from 224); Green value is 64 (25.39% from 255 or 28.57% from 224); Blue value is 45 (17.97% from 255 or 20.09% from 224); Max value from RGB is 115 - color contains mainly: red. Hex color #73402D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #73402D is #8CBFD2. Grayscale: #4D4D4D. Windows color (decimal): -9224147 or 2965619. OLE color: 2965619.

HSL color Cylindrical-coordinate representation of color #73402D: hue angle of 16.29º degrees, saturation: 0.44, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #73402D is Cyan = 0, Magento = 0.44, Yellow = 0.61 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 64 45 -
CMYK 0 0.44 0.61 0.55
HSL 16.29º 0.44% 0.31% -
HSV(B) 16.29º 0.61% 0.45% -
XYZ 9.38 7.5 3.44 -
YUV 77.08 109.9 155.04 -
System Red Green Blue C M Y K H S L
Decimal 115 64 45 0 0.44 0.61 0.55 16.29 0.44 0.31
Hex 73 40 2D 0 2C 3D 37 10 2C 1F
Octal 163 100 55 0 54 75 67 20 54 37
Binary 1110011 1000000 101101 0 101100 111101 110111 10000 101100 11111

Color Harmonies of #73402D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73402D

Black with #73402D

Text Example


Text Example

White with #73402D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #73402D; }

 p { color: rgb(115,64,45); }

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

background-color css

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

 a { background-color: rgb(115,64,45); }

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

border-color css

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

 span { border-color: rgb(115,64,45); }

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