Html Css Color HEX #74422F Copper Canyon

📋 copy color: '#74422F'

red 116 ◦ green 66 ◦ blue 47

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

Shades of Copper Canyon #74422F

Tints of Copper Canyon #74422F

RGB

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

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

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

R = 50.66%
G = 28.82%
B = 20.52%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.59

 K value IS 0.55

RGB Variations

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

Color information

#74422F (or 0x74422F) is known color: Copper Canyon. HEX triplet: 74, 42 and 2F. RGB value is (116,66,47). Sum of RGB (Red+Green+Blue) = 116+66+47=229 (30% of max value = 765). Red value is 116 (45.70% from 255 or 50.66% from 229); Green value is 66 (26.17% from 255 or 28.82% from 229); Blue value is 47 (18.75% from 255 or 20.52% from 229); Max value from RGB is 116 - color contains mainly: red. Hex color #74422F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #74422F is #8BBDD0. Grayscale: #4E4E4E. Windows color (decimal): -9158097 or 3097204. OLE color: 3097204.

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

Color convert

RGB 116 66 47 -
CMYK 0 0.43 0.59 0.55
HSL 16.52º 0.42% 0.32% -
HSV(B) 16.52º 0.59% 0.45% -
XYZ 9.66 7.81 3.69 -
YUV 78.78 110.07 154.54 -
System Red Green Blue C M Y K H S L
Decimal 116 66 47 0 0.43 0.59 0.55 16.52 0.42 0.32
Hex 74 42 2F 0 2B 3B 37 11 2A 20
Octal 164 102 57 0 53 73 67 21 52 40
Binary 1110100 1000010 101111 0 101011 111011 110111 10001 101010 100000

Color Harmonies of #74422F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74422F

Black with #74422F

Text Example


Text Example

White with #74422F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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