Html Css Color HEX #75422E Copper Canyon

📋 copy color: '#75422E'

red 117 ◦ green 66 ◦ blue 46

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

Shades of Copper Canyon #75422E

Tints of Copper Canyon #75422E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 20.09%

R = 51.09%
G = 28.82%
B = 20.09%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.61

 K value IS 0.54

RGB Variations

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

Color information

#75422E (or 0x75422E) is known color: Copper Canyon. HEX triplet: 75, 42 and 2E. RGB value is (117,66,46). Sum of RGB (Red+Green+Blue) = 117+66+46=229 (30% of max value = 765). Red value is 117 (46.09% from 255 or 51.09% from 229); Green value is 66 (26.17% from 255 or 28.82% from 229); Blue value is 46 (18.36% from 255 or 20.09% from 229); Max value from RGB is 117 - color contains mainly: red. Hex color #75422E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75422E is #8ABDD1. Grayscale: #4F4F4F. Windows color (decimal): -9092562 or 3031669. OLE color: 3031669.

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

Color convert

RGB 117 66 46 -
CMYK 0 0.44 0.61 0.54
HSL 16.9º 0.44% 0.32% -
HSV(B) 16.9º 0.61% 0.46% -
XYZ 9.78 7.88 3.59 -
YUV 78.97 109.4 155.13 -
System Red Green Blue C M Y K H S L
Decimal 117 66 46 0 0.44 0.61 0.54 16.9 0.44 0.32
Hex 75 42 2E 0 2C 3D 36 11 2C 20
Octal 165 102 56 0 54 75 66 21 54 40
Binary 1110101 1000010 101110 0 101100 111101 110110 10001 101100 100000

Color Harmonies of #75422E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75422E

Black with #75422E

Text Example


Text Example

White with #75422E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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