Html Css Color HEX #763E2D Copper Canyon

📋 copy color: '#763E2D'

red 118 ◦ green 62 ◦ blue 45

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

Shades of Copper Canyon #763E2D

Tints of Copper Canyon #763E2D

RGB

 RED value IS 118 (46.48% from 255) = 52.44%

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

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

R = 52.44%
G = 27.56%
B = 20%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.62

 K value IS 0.54

RGB Variations

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

Color information

#763E2D (or 0x763E2D) is known color: Copper Canyon. HEX triplet: 76, 3E and 2D. RGB value is (118,62,45). Sum of RGB (Red+Green+Blue) = 118+62+45=225 (29% of max value = 765). Red value is 118 (46.48% from 255 or 52.44% from 225); Green value is 62 (24.61% from 255 or 27.56% from 225); Blue value is 45 (17.97% from 255 or 20% from 225); Max value from RGB is 118 - color contains mainly: red. Hex color #763E2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #763E2D is #89C1D2. Grayscale: #4C4C4C. Windows color (decimal): -9028051 or 2965110. OLE color: 2965110.

HSL color Cylindrical-coordinate representation of color #763E2D: hue angle of 13.97º degrees, saturation: 0.45, 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 #763E2D is Cyan = 0, Magento = 0.47, Yellow = 0.62 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 62 45 -
CMYK 0 0.47 0.62 0.54
HSL 13.97º 0.45% 0.32% -
HSV(B) 13.97º 0.62% 0.46% -
XYZ 9.67 7.49 3.42 -
YUV 76.81 110.05 157.38 -
System Red Green Blue C M Y K H S L
Decimal 118 62 45 0 0.47 0.62 0.54 13.97 0.45 0.32
Hex 76 3E 2D 0 2F 3E 36 E 2D 20
Octal 166 76 55 0 57 76 66 16 55 40
Binary 1110110 111110 101101 0 101111 111110 110110 1110 101101 100000

Color Harmonies of #763E2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763E2D

Black with #763E2D

Text Example


Text Example

White with #763E2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #763E2D; }

 p { color: rgb(118,62,45); }

 H1.HeaderClassName
 {
   color: #763E2D;
 }
 .AnyTagClassName
 {
   color: #763E2D;
 }
</style>

background-color css

<style>
 a { background-color: #763E2D; }

 a { background-color: rgb(118,62,45); }

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

border-color css

<style>
 span { border-color: #763E2D; }

 span { border-color: rgb(118,62,45); }

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