Html Css Color HEX #735133 Old Copper

📋 copy color: '#735133'

red 115 ◦ green 81 ◦ blue 51

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

Shades of Old Copper #735133

Tints of Old Copper #735133

RGB

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

 GREEN value IS 81 (32.03% from 255) = 32.79%

 BLUE value IS 51 (20.31% from 255) = 20.65%

R = 46.56%
G = 32.79%
B = 20.65%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.56

 K value IS 0.55

RGB Variations

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

Color information

#735133 (or 0x735133) is known color: Old Copper. HEX triplet: 73, 51 and 33. RGB value is (115,81,51). Sum of RGB (Red+Green+Blue) = 115+81+51=247 (32% of max value = 765). Red value is 115 (45.31% from 255 or 46.56% from 247); Green value is 81 (32.03% from 255 or 32.79% from 247); Blue value is 51 (20.31% from 255 or 20.65% from 247); Max value from RGB is 115 - color contains mainly: red. Hex color #735133 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #735133 is #8CAECC. Grayscale: #575757. Windows color (decimal): -9219789 or 3363187. OLE color: 3363187.

HSL color Cylindrical-coordinate representation of color #735133: hue angle of 28.12º degrees, saturation: 0.39, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #735133 is Cyan = 0, Magento = 0.30, Yellow = 0.56 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 81 51 -
CMYK 0 0.30 0.56 0.55
HSL 28.13º 0.39% 0.33% -
HSV(B) 28.13º 0.56% 0.45% -
XYZ 10.61 9.77 4.46 -
YUV 87.75 107.26 147.44 -
System Red Green Blue C M Y K H S L
Decimal 115 81 51 0 0.30 0.56 0.55 28.13 0.39 0.33
Hex 73 51 33 0 1E 38 37 1C 27 21
Octal 163 121 63 0 36 70 67 34 47 41
Binary 1110011 1010001 110011 0 11110 111000 110111 11100 100111 100001

Color Harmonies of #735133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #735133

Black with #735133

Text Example


Text Example

White with #735133

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #735133; }

 p { color: rgb(115,81,51); }

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

background-color css

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

 a { background-color: rgb(115,81,51); }

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

border-color css

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

 span { border-color: rgb(115,81,51); }

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