Html Css Color HEX #735642 Old Copper

📋 copy color: '#735642'

red 115 ◦ green 86 ◦ blue 66

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

Shades of Old Copper #735642

Tints of Old Copper #735642

RGB

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

 GREEN value IS 86 (33.98% from 255) = 32.21%

 BLUE value IS 66 (26.17% from 255) = 24.72%

R = 43.07%
G = 32.21%
B = 24.72%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.43

 K value IS 0.55

RGB Variations

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

Color information

#735642 (or 0x735642) is known color: Old Copper. HEX triplet: 73, 56 and 42. RGB value is (115,86,66). Sum of RGB (Red+Green+Blue) = 115+86+66=267 (35% of max value = 765). Red value is 115 (45.31% from 255 or 43.07% from 267); Green value is 86 (33.98% from 255 or 32.21% from 267); Blue value is 66 (26.17% from 255 or 24.72% from 267); Max value from RGB is 115 - color contains mainly: red. Hex color #735642 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #735642 is #8CA9BD. Grayscale: #5C5C5C. Windows color (decimal): -9218494 or 4347507. OLE color: 4347507.

HSL color Cylindrical-coordinate representation of color #735642: hue angle of 24.49º degrees, saturation: 0.27, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #735642 is Cyan = 0, Magento = 0.25, Yellow = 0.43 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 86 66 -
CMYK 0 0.25 0.43 0.55
HSL 24.49º 0.27% 0.35% -
HSV(B) 24.49º 0.43% 0.45% -
XYZ 11.38 10.69 6.62 -
YUV 92.39 113.11 144.13 -
System Red Green Blue C M Y K H S L
Decimal 115 86 66 0 0.25 0.43 0.55 24.49 0.27 0.35
Hex 73 56 42 0 19 2B 37 18 1B 23
Octal 163 126 102 0 31 53 67 30 33 43
Binary 1110011 1010110 1000010 0 11001 101011 110111 11000 11011 100011

Color Harmonies of #735642

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #735642

Black with #735642

Text Example


Text Example

White with #735642

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #735642; }

 p { color: rgb(115,86,66); }

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

background-color css

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

 a { background-color: rgb(115,86,66); }

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

border-color css

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

 span { border-color: rgb(115,86,66); }

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