Html Css Color HEX #74412E Copper Canyon

📋 copy color: '#74412E'

red 116 ◦ green 65 ◦ blue 46

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

Shades of Copper Canyon #74412E

Tints of Copper Canyon #74412E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 20.26%

R = 51.1%
G = 28.63%
B = 20.26%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.60

 K value IS 0.55

RGB Variations

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

Color information

#74412E (or 0x74412E) is known color: Copper Canyon. HEX triplet: 74, 41 and 2E. RGB value is (116,65,46). Sum of RGB (Red+Green+Blue) = 116+65+46=227 (30% of max value = 765). Red value is 116 (45.70% from 255 or 51.10% from 227); Green value is 65 (25.78% from 255 or 28.63% from 227); Blue value is 46 (18.36% from 255 or 20.26% from 227); Max value from RGB is 116 - color contains mainly: red. Hex color #74412E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #74412E is #8BBED1. Grayscale: #4E4E4E. Windows color (decimal): -9158354 or 3031412. OLE color: 3031412.

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

Color convert

RGB 116 65 46 -
CMYK 0 0.44 0.60 0.55
HSL 16.29º 0.43% 0.32% -
HSV(B) 16.29º 0.6% 0.45% -
XYZ 9.59 7.69 3.56 -
YUV 78.08 109.9 155.04 -
System Red Green Blue C M Y K H S L
Decimal 116 65 46 0 0.44 0.60 0.55 16.29 0.43 0.32
Hex 74 41 2E 0 2C 3C 37 10 2B 20
Octal 164 101 56 0 54 74 67 20 53 40
Binary 1110100 1000001 101110 0 101100 111100 110111 10000 101011 100000

Color Harmonies of #74412E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74412E

Black with #74412E

Text Example


Text Example

White with #74412E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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