Html Css Color HEX #74412F Copper Canyon

📋 copy color: '#74412F'

red 116 ◦ green 65 ◦ blue 47

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

Shades of Copper Canyon #74412F

Tints of Copper Canyon #74412F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 20.61%

R = 50.88%
G = 28.51%
B = 20.61%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.59

 K value IS 0.55

RGB Variations

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

Color information

#74412F (or 0x74412F) is known color: Copper Canyon. HEX triplet: 74, 41 and 2F. RGB value is (116,65,47). Sum of RGB (Red+Green+Blue) = 116+65+47=228 (30% of max value = 765). Red value is 116 (45.70% from 255 or 50.88% from 228); Green value is 65 (25.78% from 255 or 28.51% from 228); Blue value is 47 (18.75% from 255 or 20.61% from 228); Max value from RGB is 116 - color contains mainly: red. Hex color #74412F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #74412F is #8BBED0. Grayscale: #4E4E4E. Windows color (decimal): -9158353 or 3096948. OLE color: 3096948.

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

Color convert

RGB 116 65 47 -
CMYK 0 0.44 0.59 0.55
HSL 15.65º 0.42% 0.32% -
HSV(B) 15.65º 0.59% 0.45% -
XYZ 9.61 7.7 3.67 -
YUV 78.2 110.4 154.96 -
System Red Green Blue C M Y K H S L
Decimal 116 65 47 0 0.44 0.59 0.55 15.65 0.42 0.32
Hex 74 41 2F 0 2C 3B 37 10 2A 20
Octal 164 101 57 0 54 73 67 20 52 40
Binary 1110100 1000001 101111 0 101100 111011 110111 10000 101010 100000

Color Harmonies of #74412F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74412F

Black with #74412F

Text Example


Text Example

White with #74412F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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