Html Css Color HEX #75553F Old Copper

📋 copy color: '#75553F'

red 117 ◦ green 85 ◦ blue 63

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

Shades of Old Copper #75553F

Tints of Old Copper #75553F

RGB

 RED value IS 117 (46.09% from 255) = 44.15%

 GREEN value IS 85 (33.59% from 255) = 32.08%

 BLUE value IS 63 (25% from 255) = 23.77%

R = 44.15%
G = 32.08%
B = 23.77%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.46

 K value IS 0.54

RGB Variations

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

Color information

#75553F (or 0x75553F) is known color: Old Copper. HEX triplet: 75, 55 and 3F. RGB value is (117,85,63). Sum of RGB (Red+Green+Blue) = 117+85+63=265 (35% of max value = 765). Red value is 117 (46.09% from 255 or 44.15% from 265); Green value is 85 (33.59% from 255 or 32.08% from 265); Blue value is 63 (25% from 255 or 23.77% from 265); Max value from RGB is 117 - color contains mainly: red. Hex color #75553F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75553F is #8AAAC0. Grayscale: #5C5C5C. Windows color (decimal): -9087681 or 4150645. OLE color: 4150645.

HSL color Cylindrical-coordinate representation of color #75553F: hue angle of 24.44º degrees, saturation: 0.3, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #75553F is Cyan = 0, Magento = 0.27, Yellow = 0.46 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 85 63 -
CMYK 0 0.27 0.46 0.54
HSL 24.44º 0.3% 0.35% -
HSV(B) 24.44º 0.46% 0.46% -
XYZ 11.48 10.64 6.15 -
YUV 92.06 111.6 145.79 -
System Red Green Blue C M Y K H S L
Decimal 117 85 63 0 0.27 0.46 0.54 24.44 0.3 0.35
Hex 75 55 3F 0 1B 2E 36 18 1E 23
Octal 165 125 77 0 33 56 66 30 36 43
Binary 1110101 1010101 111111 0 11011 101110 110110 11000 11110 100011

Color Harmonies of #75553F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75553F

Black with #75553F

Text Example


Text Example

White with #75553F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75553F; }

 p { color: rgb(117,85,63); }

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

background-color css

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

 a { background-color: rgb(117,85,63); }

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

border-color css

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

 span { border-color: rgb(117,85,63); }

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