Html Css Color HEX #733E2F Copper Canyon

📋 copy color: '#733E2F'

red 115 ◦ green 62 ◦ blue 47

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

Shades of Copper Canyon #733E2F

Tints of Copper Canyon #733E2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 20.98%

R = 51.34%
G = 27.68%
B = 20.98%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.59

 K value IS 0.55

RGB Variations

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

Color information

#733E2F (or 0x733E2F) is known color: Copper Canyon. HEX triplet: 73, 3E and 2F. RGB value is (115,62,47). Sum of RGB (Red+Green+Blue) = 115+62+47=224 (29% of max value = 765). Red value is 115 (45.31% from 255 or 51.34% from 224); Green value is 62 (24.61% from 255 or 27.68% from 224); Blue value is 47 (18.75% from 255 or 20.98% from 224); Max value from RGB is 115 - color contains mainly: red. Hex color #733E2F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #733E2F is #8CC1D0. Grayscale: #4C4C4C. Windows color (decimal): -9224657 or 3096179. OLE color: 3096179.

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

Color convert

RGB 115 62 47 -
CMYK 0 0.46 0.59 0.55
HSL 13.24º 0.42% 0.32% -
HSV(B) 13.24º 0.59% 0.45% -
XYZ 9.31 7.3 3.61 -
YUV 76.14 111.56 155.72 -
System Red Green Blue C M Y K H S L
Decimal 115 62 47 0 0.46 0.59 0.55 13.24 0.42 0.32
Hex 73 3E 2F 0 2E 3B 37 D 2A 20
Octal 163 76 57 0 56 73 67 15 52 40
Binary 1110011 111110 101111 0 101110 111011 110111 1101 101010 100000

Color Harmonies of #733E2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #733E2F

Black with #733E2F

Text Example


Text Example

White with #733E2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,62,47); }

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

background-color css

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

 a { background-color: rgb(115,62,47); }

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

border-color css

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

 span { border-color: rgb(115,62,47); }

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