Html Css Color HEX #75553E Old Copper

📋 copy color: '#75553E'

red 117 ◦ green 85 ◦ blue 62

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

Shades of Old Copper #75553E

Tints of Old Copper #75553E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 23.48%

R = 44.32%
G = 32.2%
B = 23.48%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.47

 K value IS 0.54

RGB Variations

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

Color information

#75553E (or 0x75553E) is known color: Old Copper. HEX triplet: 75, 55 and 3E. RGB value is (117,85,62). Sum of RGB (Red+Green+Blue) = 117+85+62=264 (34% of max value = 765). Red value is 117 (46.09% from 255 or 44.32% from 264); Green value is 85 (33.59% from 255 or 32.20% from 264); Blue value is 62 (24.61% from 255 or 23.48% from 264); Max value from RGB is 117 - color contains mainly: red. Hex color #75553E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75553E is #8AAAC1. Grayscale: #5C5C5C. Windows color (decimal): -9087682 or 4085109. OLE color: 4085109.

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

Color convert

RGB 117 85 62 -
CMYK 0 0.27 0.47 0.54
HSL 25.09º 0.31% 0.35% -
HSV(B) 25.09º 0.47% 0.46% -
XYZ 11.45 10.63 6 -
YUV 91.95 111.1 145.87 -
System Red Green Blue C M Y K H S L
Decimal 117 85 62 0 0.27 0.47 0.54 25.09 0.31 0.35
Hex 75 55 3E 0 1B 2F 36 19 1F 23
Octal 165 125 76 0 33 57 66 31 37 43
Binary 1110101 1010101 111110 0 11011 101111 110110 11001 11111 100011

Color Harmonies of #75553E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75553E

Black with #75553E

Text Example


Text Example

White with #75553E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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