Html Css Color HEX #75422D Copper Canyon

📋 copy color: '#75422D'

red 117 ◦ green 66 ◦ blue 45

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

Shades of Copper Canyon #75422D

Tints of Copper Canyon #75422D

RGB

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

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

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

R = 51.32%
G = 28.95%
B = 19.74%

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

#75422D (or 0x75422D) is known color: Copper Canyon. HEX triplet: 75, 42 and 2D. RGB value is (117,66,45). Sum of RGB (Red+Green+Blue) = 117+66+45=228 (30% of max value = 765). Red value is 117 (46.09% from 255 or 51.32% from 228); Green value is 66 (26.17% from 255 or 28.95% from 228); Blue value is 45 (17.97% from 255 or 19.74% from 228); Max value from RGB is 117 - color contains mainly: red. Hex color #75422D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75422D is #8ABDD2. Grayscale: #4E4E4E. Windows color (decimal): -9092563 or 2966133. OLE color: 2966133.

HSL color Cylindrical-coordinate representation of color #75422D: hue angle of 17.5º 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 #75422D is Cyan = 0, Magento = 0.44, Yellow = 0.62 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 66 45 -
CMYK 0 0.44 0.62 0.54
HSL 17.5º 0.44% 0.32% -
HSV(B) 17.5º 0.62% 0.46% -
XYZ 9.76 7.87 3.49 -
YUV 78.86 108.9 155.21 -
System Red Green Blue C M Y K H S L
Decimal 117 66 45 0 0.44 0.62 0.54 17.5 0.44 0.32
Hex 75 42 2D 0 2C 3E 36 12 2C 20
Octal 165 102 55 0 54 76 66 22 54 40
Binary 1110101 1000010 101101 0 101100 111110 110110 10010 101100 100000

Color Harmonies of #75422D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75422D

Black with #75422D

Text Example


Text Example

White with #75422D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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