Html Css Color HEX #753E27 Copper Canyon

📋 copy color: '#753E27'

red 117 ◦ green 62 ◦ blue 39

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

Shades of Copper Canyon #753E27

Tints of Copper Canyon #753E27

RGB

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

 GREEN value IS 62 (24.61% from 255) = 28.44%

 BLUE value IS 39 (15.63% from 255) = 17.89%

R = 53.67%
G = 28.44%
B = 17.89%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.67

 K value IS 0.54

RGB Variations

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

Color information

#753E27 (or 0x753E27) is known color: Copper Canyon. HEX triplet: 75, 3E and 27. RGB value is (117,62,39). Sum of RGB (Red+Green+Blue) = 117+62+39=218 (28% of max value = 765). Red value is 117 (46.09% from 255 or 53.67% from 218); Green value is 62 (24.61% from 255 or 28.44% from 218); Blue value is 39 (15.62% from 255 or 17.89% from 218); Max value from RGB is 117 - color contains mainly: red. Hex color #753E27 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #753E27 is #8AC1D8. Grayscale: #4B4B4B. Windows color (decimal): -9093593 or 2571893. OLE color: 2571893.

HSL color Cylindrical-coordinate representation of color #753E27: hue angle of 17.69º degrees, saturation: 0.5, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #753E27 is Cyan = 0, Magento = 0.47, Yellow = 0.67 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 62 39 -
CMYK 0 0.47 0.67 0.54
HSL 17.69º 0.5% 0.31% -
HSV(B) 17.69º 0.67% 0.46% -
XYZ 9.42 7.37 2.85 -
YUV 75.82 107.22 157.37 -
System Red Green Blue C M Y K H S L
Decimal 117 62 39 0 0.47 0.67 0.54 17.69 0.5 0.31
Hex 75 3E 27 0 2F 43 36 12 32 1F
Octal 165 76 47 0 57 103 66 22 62 37
Binary 1110101 111110 100111 0 101111 1000011 110110 10010 110010 11111

Color Harmonies of #753E27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753E27

Black with #753E27

Text Example


Text Example

White with #753E27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #753E27; }

 p { color: rgb(117,62,39); }

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

background-color css

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

 a { background-color: rgb(117,62,39); }

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

border-color css

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

 span { border-color: rgb(117,62,39); }

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