Html Css Color HEX #73402C Copper Canyon

📋 copy color: '#73402C'

red 115 ◦ green 64 ◦ blue 44

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

Shades of Copper Canyon #73402C

Tints of Copper Canyon #73402C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 19.73%

R = 51.57%
G = 28.7%
B = 19.73%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.62

 K value IS 0.55

RGB Variations

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

Color information

#73402C (or 0x73402C) is known color: Copper Canyon. HEX triplet: 73, 40 and 2C. RGB value is (115,64,44). Sum of RGB (Red+Green+Blue) = 115+64+44=223 (29% of max value = 765). Red value is 115 (45.31% from 255 or 51.57% from 223); Green value is 64 (25.39% from 255 or 28.70% from 223); Blue value is 44 (17.58% from 255 or 19.73% from 223); Max value from RGB is 115 - color contains mainly: red. Hex color #73402C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #73402C is #8CBFD3. Grayscale: #4D4D4D. Windows color (decimal): -9224148 or 2900083. OLE color: 2900083.

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

Color convert

RGB 115 64 44 -
CMYK 0 0.44 0.62 0.55
HSL 16.9º 0.45% 0.31% -
HSV(B) 16.9º 0.62% 0.45% -
XYZ 9.36 7.49 3.34 -
YUV 76.97 109.4 155.13 -
System Red Green Blue C M Y K H S L
Decimal 115 64 44 0 0.44 0.62 0.55 16.9 0.45 0.31
Hex 73 40 2C 0 2C 3E 37 11 2D 1F
Octal 163 100 54 0 54 76 67 21 55 37
Binary 1110011 1000000 101100 0 101100 111110 110111 10001 101101 11111

Color Harmonies of #73402C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73402C

Black with #73402C

Text Example


Text Example

White with #73402C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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