Html Css Color HEX #74402D Copper Canyon

📋 copy color: '#74402D'

red 116 ◦ green 64 ◦ blue 45

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

Shades of Copper Canyon #74402D

Tints of Copper Canyon #74402D

RGB

 RED value IS 116 (45.7% from 255) = 51.56%

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

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

R = 51.56%
G = 28.44%
B = 20%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.61

 K value IS 0.55

RGB Variations

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

Color information

#74402D (or 0x74402D) is known color: Copper Canyon. HEX triplet: 74, 40 and 2D. RGB value is (116,64,45). Sum of RGB (Red+Green+Blue) = 116+64+45=225 (29% of max value = 765). Red value is 116 (45.70% from 255 or 51.56% from 225); Green value is 64 (25.39% from 255 or 28.44% from 225); Blue value is 45 (17.97% from 255 or 20% from 225); Max value from RGB is 116 - color contains mainly: red. Hex color #74402D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #74402D is #8BBFD2. Grayscale: #4D4D4D. Windows color (decimal): -9158611 or 2965620. OLE color: 2965620.

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

Color convert

RGB 116 64 45 -
CMYK 0 0.45 0.61 0.55
HSL 16.06º 0.44% 0.32% -
HSV(B) 16.06º 0.61% 0.45% -
XYZ 9.51 7.57 3.44 -
YUV 77.38 109.73 155.54 -
System Red Green Blue C M Y K H S L
Decimal 116 64 45 0 0.45 0.61 0.55 16.06 0.44 0.32
Hex 74 40 2D 0 2D 3D 37 10 2C 20
Octal 164 100 55 0 55 75 67 20 54 40
Binary 1110100 1000000 101101 0 101101 111101 110111 10000 101100 100000

Color Harmonies of #74402D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74402D

Black with #74402D

Text Example


Text Example

White with #74402D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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