Html Css Color HEX #74412C Copper Canyon

📋 copy color: '#74412C'

red 116 ◦ green 65 ◦ blue 44

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

Shades of Copper Canyon #74412C

Tints of Copper Canyon #74412C

RGB

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

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

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

R = 51.56%
G = 28.89%
B = 19.56%

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

#74412C (or 0x74412C) is known color: Copper Canyon. HEX triplet: 74, 41 and 2C. RGB value is (116,65,44). Sum of RGB (Red+Green+Blue) = 116+65+44=225 (29% of max value = 765). Red value is 116 (45.70% from 255 or 51.56% from 225); Green value is 65 (25.78% from 255 or 28.89% from 225); Blue value is 44 (17.58% from 255 or 19.56% from 225); Max value from RGB is 116 - color contains mainly: red. Hex color #74412C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #74412C is #8BBED3. Grayscale: #4D4D4D. Windows color (decimal): -9158356 or 2900340. OLE color: 2900340.

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

Color convert

RGB 116 65 44 -
CMYK 0 0.44 0.62 0.55
HSL 17.5º 0.45% 0.31% -
HSV(B) 17.5º 0.62% 0.45% -
XYZ 9.55 7.68 3.36 -
YUV 77.86 108.9 155.21 -
System Red Green Blue C M Y K H S L
Decimal 116 65 44 0 0.44 0.62 0.55 17.5 0.45 0.31
Hex 74 41 2C 0 2C 3E 37 12 2D 1F
Octal 164 101 54 0 54 76 67 22 55 37
Binary 1110100 1000001 101100 0 101100 111110 110111 10010 101101 11111

Color Harmonies of #74412C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74412C

Black with #74412C

Text Example


Text Example

White with #74412C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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