Html Css Color HEX #75412D Copper Canyon

📋 copy color: '#75412D'

red 117 ◦ green 65 ◦ blue 45

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

Shades of Copper Canyon #75412D

Tints of Copper Canyon #75412D

RGB

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

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

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

R = 51.54%
G = 28.63%
B = 19.82%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.62

 K value IS 0.54

RGB Variations

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

Color information

#75412D (or 0x75412D) is known color: Copper Canyon. HEX triplet: 75, 41 and 2D. RGB value is (117,65,45). Sum of RGB (Red+Green+Blue) = 117+65+45=227 (30% of max value = 765). Red value is 117 (46.09% from 255 or 51.54% from 227); Green value is 65 (25.78% from 255 or 28.63% from 227); Blue value is 45 (17.97% from 255 or 19.82% from 227); Max value from RGB is 117 - color contains mainly: red. Hex color #75412D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75412D is #8ABED2. Grayscale: #4E4E4E. Windows color (decimal): -9092819 or 2965877. OLE color: 2965877.

HSL color Cylindrical-coordinate representation of color #75412D: hue angle of 16.67º degrees, saturation: 0.44, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #75412D is Cyan = 0, Magento = 0.44, Yellow = 0.62 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 65 45 -
CMYK 0 0.44 0.62 0.54
HSL 16.67º 0.44% 0.32% -
HSV(B) 16.67º 0.62% 0.46% -
XYZ 9.7 7.75 3.47 -
YUV 78.27 109.23 155.63 -
System Red Green Blue C M Y K H S L
Decimal 117 65 45 0 0.44 0.62 0.54 16.67 0.44 0.32
Hex 75 41 2D 0 2C 3E 36 11 2C 20
Octal 165 101 55 0 54 76 66 21 54 40
Binary 1110101 1000001 101101 0 101100 111110 110110 10001 101100 100000

Color Harmonies of #75412D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75412D

Black with #75412D

Text Example


Text Example

White with #75412D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,65,45); }

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

background-color css

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

 a { background-color: rgb(117,65,45); }

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

border-color css

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

 span { border-color: rgb(117,65,45); }

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