Html Css Color HEX #74402C Copper Canyon

📋 copy color: '#74402C'

red 116 ◦ green 64 ◦ blue 44

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

Shades of Copper Canyon #74402C

Tints of Copper Canyon #74402C

RGB

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

 GREEN value IS 64 (25.39% from 255) = 28.57%

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

R = 51.79%
G = 28.57%
B = 19.64%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.62

 K value IS 0.55

RGB Variations

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

Color information

#74402C (or 0x74402C) is known color: Copper Canyon. HEX triplet: 74, 40 and 2C. RGB value is (116,64,44). Sum of RGB (Red+Green+Blue) = 116+64+44=224 (29% of max value = 765). Red value is 116 (45.70% from 255 or 51.79% from 224); Green value is 64 (25.39% from 255 or 28.57% from 224); Blue value is 44 (17.58% from 255 or 19.64% from 224); Max value from RGB is 116 - color contains mainly: red. Hex color #74402C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #74402C is #8BBFD3. Grayscale: #4D4D4D. Windows color (decimal): -9158612 or 2900084. OLE color: 2900084.

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

Color convert

RGB 116 64 44 -
CMYK 0 0.45 0.62 0.55
HSL 16.67º 0.45% 0.31% -
HSV(B) 16.67º 0.62% 0.45% -
XYZ 9.49 7.56 3.34 -
YUV 77.27 109.23 155.63 -
System Red Green Blue C M Y K H S L
Decimal 116 64 44 0 0.45 0.62 0.55 16.67 0.45 0.31
Hex 74 40 2C 0 2D 3E 37 11 2D 1F
Octal 164 100 54 0 55 76 67 21 55 37
Binary 1110100 1000000 101100 0 101101 111110 110111 10001 101101 11111

Color Harmonies of #74402C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74402C

Black with #74402C

Text Example


Text Example

White with #74402C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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