Html Css Color HEX #735337 Old Copper

📋 copy color: '#735337'

red 115 ◦ green 83 ◦ blue 55

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

Shades of Old Copper #735337

Tints of Old Copper #735337

RGB

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

 GREEN value IS 83 (32.81% from 255) = 32.81%

 BLUE value IS 55 (21.88% from 255) = 21.74%

R = 45.45%
G = 32.81%
B = 21.74%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.52

 K value IS 0.55

RGB Variations

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

Color information

#735337 (or 0x735337) is known color: Old Copper. HEX triplet: 73, 53 and 37. RGB value is (115,83,55). Sum of RGB (Red+Green+Blue) = 115+83+55=253 (33% of max value = 765). Red value is 115 (45.31% from 255 or 45.45% from 253); Green value is 83 (32.81% from 255 or 32.81% from 253); Blue value is 55 (21.88% from 255 or 21.74% from 253); Max value from RGB is 115 - color contains mainly: red. Hex color #735337 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #735337 is #8CACC8. Grayscale: #595959. Windows color (decimal): -9219273 or 3625843. OLE color: 3625843.

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

Color convert

RGB 115 83 55 -
CMYK 0 0.28 0.52 0.55
HSL 28º 0.35% 0.33% -
HSV(B) 28º 0.52% 0.45% -
XYZ 10.85 10.11 4.99 -
YUV 89.38 108.6 146.28 -
System Red Green Blue C M Y K H S L
Decimal 115 83 55 0 0.28 0.52 0.55 28 0.35 0.33
Hex 73 53 37 0 1C 34 37 1C 23 21
Octal 163 123 67 0 34 64 67 34 43 41
Binary 1110011 1010011 110111 0 11100 110100 110111 11100 100011 100001

Color Harmonies of #735337

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #735337

Black with #735337

Text Example


Text Example

White with #735337

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #735337; }

 p { color: rgb(115,83,55); }

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

background-color css

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

 a { background-color: rgb(115,83,55); }

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

border-color css

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

 span { border-color: rgb(115,83,55); }

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