Html Css Color HEX #754029 Copper Canyon

📋 copy color: '#754029'

red 117 ◦ green 64 ◦ blue 41

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

Shades of Copper Canyon #754029

Tints of Copper Canyon #754029

RGB

 RED value IS 117 (46.09% from 255) = 52.7%

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

 BLUE value IS 41 (16.41% from 255) = 18.47%

R = 52.7%
G = 28.83%
B = 18.47%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.65

 K value IS 0.54

RGB Variations

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

Color information

#754029 (or 0x754029) is known color: Copper Canyon. HEX triplet: 75, 40 and 29. RGB value is (117,64,41). Sum of RGB (Red+Green+Blue) = 117+64+41=222 (29% of max value = 765). Red value is 117 (46.09% from 255 or 52.70% from 222); Green value is 64 (25.39% from 255 or 28.83% from 222); Blue value is 41 (16.41% from 255 or 18.47% from 222); Max value from RGB is 117 - color contains mainly: red. Hex color #754029 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #754029 is #8ABFD6. Grayscale: #4D4D4D. Windows color (decimal): -9093079 or 2703477. OLE color: 2703477.

HSL color Cylindrical-coordinate representation of color #754029: hue angle of 18.16º degrees, saturation: 0.48, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #754029 is Cyan = 0, Magento = 0.45, Yellow = 0.65 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 64 41 -
CMYK 0 0.45 0.65 0.54
HSL 18.16º 0.48% 0.31% -
HSV(B) 18.16º 0.65% 0.46% -
XYZ 9.57 7.61 3.06 -
YUV 77.23 107.56 156.37 -
System Red Green Blue C M Y K H S L
Decimal 117 64 41 0 0.45 0.65 0.54 18.16 0.48 0.31
Hex 75 40 29 0 2D 41 36 12 30 1F
Octal 165 100 51 0 55 101 66 22 60 37
Binary 1110101 1000000 101001 0 101101 1000001 110110 10010 110000 11111

Color Harmonies of #754029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754029

Black with #754029

Text Example


Text Example

White with #754029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #754029; }

 p { color: rgb(117,64,41); }

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

background-color css

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

 a { background-color: rgb(117,64,41); }

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

border-color css

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

 span { border-color: rgb(117,64,41); }

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