Html Css Color HEX #763B28 Copper Canyon

📋 copy color: '#763B28'

red 118 ◦ green 59 ◦ blue 40

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

Shades of Copper Canyon #763B28

Tints of Copper Canyon #763B28

RGB

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

 GREEN value IS 59 (23.44% from 255) = 27.19%

 BLUE value IS 40 (16.02% from 255) = 18.43%

R = 54.38%
G = 27.19%
B = 18.43%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.66

 K value IS 0.54

RGB Variations

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

Color information

#763B28 (or 0x763B28) is known color: Copper Canyon. HEX triplet: 76, 3B and 28. RGB value is (118,59,40). Sum of RGB (Red+Green+Blue) = 118+59+40=217 (28% of max value = 765). Red value is 118 (46.48% from 255 or 54.38% from 217); Green value is 59 (23.44% from 255 or 27.19% from 217); Blue value is 40 (16.02% from 255 or 18.43% from 217); Max value from RGB is 118 - color contains mainly: red. Hex color #763B28 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #763B28 is #89C4D7. Grayscale: #4A4A4A. Windows color (decimal): -9028824 or 2636662. OLE color: 2636662.

HSL color Cylindrical-coordinate representation of color #763B28: hue angle of 14.62º degrees, saturation: 0.49, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #763B28 is Cyan = 0, Magento = 0.50, Yellow = 0.66 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 59 40 -
CMYK 0 0.50 0.66 0.54
HSL 14.62º 0.49% 0.31% -
HSV(B) 14.62º 0.66% 0.46% -
XYZ 9.42 7.13 2.89 -
YUV 74.48 108.55 159.04 -
System Red Green Blue C M Y K H S L
Decimal 118 59 40 0 0.50 0.66 0.54 14.62 0.49 0.31
Hex 76 3B 28 0 32 42 36 F 31 1F
Octal 166 73 50 0 62 102 66 17 61 37
Binary 1110110 111011 101000 0 110010 1000010 110110 1111 110001 11111

Color Harmonies of #763B28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763B28

Black with #763B28

Text Example


Text Example

White with #763B28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,59,40); }

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

background-color css

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

 a { background-color: rgb(118,59,40); }

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

border-color css

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

 span { border-color: rgb(118,59,40); }

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