Html Css Color HEX #733D2A Copper Canyon

📋 copy color: '#733D2A'

red 115 ◦ green 61 ◦ blue 42

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

Shades of Copper Canyon #733D2A

Tints of Copper Canyon #733D2A

RGB

 RED value IS 115 (45.31% from 255) = 52.75%

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

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

R = 52.75%
G = 27.98%
B = 19.27%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.63

 K value IS 0.55

RGB Variations

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

Color information

#733D2A (or 0x733D2A) is known color: Copper Canyon. HEX triplet: 73, 3D and 2A. RGB value is (115,61,42). Sum of RGB (Red+Green+Blue) = 115+61+42=218 (28% of max value = 765). Red value is 115 (45.31% from 255 or 52.75% from 218); Green value is 61 (24.22% from 255 or 27.98% from 218); Blue value is 42 (16.80% from 255 or 19.27% from 218); Max value from RGB is 115 - color contains mainly: red. Hex color #733D2A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #733D2A is #8CC2D5. Grayscale: #4B4B4B. Windows color (decimal): -9224918 or 2768243. OLE color: 2768243.

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

Color convert

RGB 115 61 42 -
CMYK 0 0.47 0.63 0.55
HSL 15.62º 0.46% 0.31% -
HSV(B) 15.62º 0.63% 0.45% -
XYZ 9.16 7.15 3.09 -
YUV 74.98 109.39 156.54 -
System Red Green Blue C M Y K H S L
Decimal 115 61 42 0 0.47 0.63 0.55 15.62 0.46 0.31
Hex 73 3D 2A 0 2F 3F 37 10 2E 1F
Octal 163 75 52 0 57 77 67 20 56 37
Binary 1110011 111101 101010 0 101111 111111 110111 10000 101110 11111

Color Harmonies of #733D2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #733D2A

Black with #733D2A

Text Example


Text Example

White with #733D2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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