Html Css Color HEX #74412D Copper Canyon

📋 copy color: '#74412D'

red 116 ◦ green 65 ◦ blue 45

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

Shades of Copper Canyon #74412D

Tints of Copper Canyon #74412D

RGB

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

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

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

R = 51.33%
G = 28.76%
B = 19.91%

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

#74412D (or 0x74412D) is known color: Copper Canyon. HEX triplet: 74, 41 and 2D. RGB value is (116,65,45). Sum of RGB (Red+Green+Blue) = 116+65+45=226 (29% of max value = 765). Red value is 116 (45.70% from 255 or 51.33% from 226); Green value is 65 (25.78% from 255 or 28.76% from 226); Blue value is 45 (17.97% from 255 or 19.91% from 226); Max value from RGB is 116 - color contains mainly: red. Hex color #74412D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #74412D is #8BBED2. Grayscale: #4E4E4E. Windows color (decimal): -9158355 or 2965876. OLE color: 2965876.

HSL color Cylindrical-coordinate representation of color #74412D: hue angle of 16.9º 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 #74412D is Cyan = 0, Magento = 0.44, Yellow = 0.61 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 65 45 -
CMYK 0 0.44 0.61 0.55
HSL 16.9º 0.44% 0.32% -
HSV(B) 16.9º 0.61% 0.45% -
XYZ 9.57 7.68 3.46 -
YUV 77.97 109.4 155.13 -
System Red Green Blue C M Y K H S L
Decimal 116 65 45 0 0.44 0.61 0.55 16.9 0.44 0.32
Hex 74 41 2D 0 2C 3D 37 11 2C 20
Octal 164 101 55 0 54 75 67 21 54 40
Binary 1110100 1000001 101101 0 101100 111101 110111 10001 101100 100000

Color Harmonies of #74412D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74412D

Black with #74412D

Text Example


Text Example

White with #74412D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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