Html Css Color HEX #735038 Old Copper

📋 copy color: '#735038'

red 115 ◦ green 80 ◦ blue 56

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

Shades of Old Copper #735038

Tints of Old Copper #735038

RGB

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

 GREEN value IS 80 (31.64% from 255) = 31.87%

 BLUE value IS 56 (22.27% from 255) = 22.31%

R = 45.82%
G = 31.87%
B = 22.31%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.51

 K value IS 0.55

RGB Variations

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

Color information

#735038 (or 0x735038) is known color: Old Copper. HEX triplet: 73, 50 and 38. RGB value is (115,80,56). Sum of RGB (Red+Green+Blue) = 115+80+56=251 (33% of max value = 765). Red value is 115 (45.31% from 255 or 45.82% from 251); Green value is 80 (31.64% from 255 or 31.87% from 251); Blue value is 56 (22.27% from 255 or 22.31% from 251); Max value from RGB is 115 - color contains mainly: red. Hex color #735038 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #735038 is #8CAFC7. Grayscale: #575757. Windows color (decimal): -9220040 or 3690611. OLE color: 3690611.

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

Color convert

RGB 115 80 56 -
CMYK 0 0.30 0.51 0.55
HSL 24.41º 0.35% 0.34% -
HSV(B) 24.41º 0.51% 0.45% -
XYZ 10.65 9.67 5.05 -
YUV 87.73 110.1 147.45 -
System Red Green Blue C M Y K H S L
Decimal 115 80 56 0 0.30 0.51 0.55 24.41 0.35 0.34
Hex 73 50 38 0 1E 33 37 18 23 22
Octal 163 120 70 0 36 63 67 30 43 42
Binary 1110011 1010000 111000 0 11110 110011 110111 11000 100011 100010

Color Harmonies of #735038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #735038

Black with #735038

Text Example


Text Example

White with #735038

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #735038; }

 p { color: rgb(115,80,56); }

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

background-color css

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

 a { background-color: rgb(115,80,56); }

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

border-color css

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

 span { border-color: rgb(115,80,56); }

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