Html Css Color HEX #74422D Copper Canyon

📋 copy color: '#74422D'

red 116 ◦ green 66 ◦ blue 45

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

Shades of Copper Canyon #74422D

Tints of Copper Canyon #74422D

RGB

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

 GREEN value IS 66 (26.17% from 255) = 29.07%

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

R = 51.1%
G = 29.07%
B = 19.82%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.61

 K value IS 0.55

RGB Variations

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

Color information

#74422D (or 0x74422D) is known color: Copper Canyon. HEX triplet: 74, 42 and 2D. RGB value is (116,66,45). Sum of RGB (Red+Green+Blue) = 116+66+45=227 (30% of max value = 765). Red value is 116 (45.70% from 255 or 51.10% from 227); Green value is 66 (26.17% from 255 or 29.07% from 227); Blue value is 45 (17.97% from 255 or 19.82% from 227); Max value from RGB is 116 - color contains mainly: red. Hex color #74422D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #74422D is #8BBDD2. Grayscale: #4E4E4E. Windows color (decimal): -9158099 or 2966132. OLE color: 2966132.

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

Color convert

RGB 116 66 45 -
CMYK 0 0.43 0.61 0.55
HSL 17.75º 0.44% 0.32% -
HSV(B) 17.75º 0.61% 0.45% -
XYZ 9.62 7.8 3.48 -
YUV 78.56 109.07 154.71 -
System Red Green Blue C M Y K H S L
Decimal 116 66 45 0 0.43 0.61 0.55 17.75 0.44 0.32
Hex 74 42 2D 0 2B 3D 37 12 2C 20
Octal 164 102 55 0 53 75 67 22 54 40
Binary 1110100 1000010 101101 0 101011 111101 110111 10010 101100 100000

Color Harmonies of #74422D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74422D

Black with #74422D

Text Example


Text Example

White with #74422D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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