Html Css Color HEX #753D2A Copper Canyon

📋 copy color: '#753D2A'

red 117 ◦ green 61 ◦ blue 42

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

Shades of Copper Canyon #753D2A

Tints of Copper Canyon #753D2A

RGB

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

 GREEN value IS 61 (24.22% from 255) = 27.73%

 BLUE value IS 42 (16.8% from 255) = 19.09%

R = 53.18%
G = 27.73%
B = 19.09%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.64

 K value IS 0.54

RGB Variations

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

Color information

#753D2A (or 0x753D2A) is known color: Copper Canyon. HEX triplet: 75, 3D and 2A. RGB value is (117,61,42). Sum of RGB (Red+Green+Blue) = 117+61+42=220 (29% of max value = 765). Red value is 117 (46.09% from 255 or 53.18% from 220); Green value is 61 (24.22% from 255 or 27.73% from 220); Blue value is 42 (16.80% from 255 or 19.09% from 220); Max value from RGB is 117 - color contains mainly: red. Hex color #753D2A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #753D2A is #8AC2D5. Grayscale: #4B4B4B. Windows color (decimal): -9093846 or 2768245. OLE color: 2768245.

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

Color convert

RGB 117 61 42 -
CMYK 0 0.48 0.64 0.54
HSL 15.2º 0.47% 0.31% -
HSV(B) 15.2º 0.64% 0.46% -
XYZ 9.42 7.29 3.1 -
YUV 75.58 109.05 157.54 -
System Red Green Blue C M Y K H S L
Decimal 117 61 42 0 0.48 0.64 0.54 15.2 0.47 0.31
Hex 75 3D 2A 0 30 40 36 F 2F 1F
Octal 165 75 52 0 60 100 66 17 57 37
Binary 1110101 111101 101010 0 110000 1000000 110110 1111 101111 11111

Color Harmonies of #753D2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753D2A

Black with #753D2A

Text Example


Text Example

White with #753D2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,61,42); }

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

background-color css

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

 a { background-color: rgb(117,61,42); }

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

border-color css

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

 span { border-color: rgb(117,61,42); }

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