Html Css Color HEX #754C3B Old Copper

📋 copy color: '#754C3B'

red 117 ◦ green 76 ◦ blue 59

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

Shades of Old Copper #754C3B

Tints of Old Copper #754C3B

RGB

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

 GREEN value IS 76 (30.08% from 255) = 30.16%

 BLUE value IS 59 (23.44% from 255) = 23.41%

R = 46.43%
G = 30.16%
B = 23.41%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.50

 K value IS 0.54

RGB Variations

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

Color information

#754C3B (or 0x754C3B) is known color: Old Copper. HEX triplet: 75, 4C and 3B. RGB value is (117,76,59). Sum of RGB (Red+Green+Blue) = 117+76+59=252 (33% of max value = 765). Red value is 117 (46.09% from 255 or 46.43% from 252); Green value is 76 (30.08% from 255 or 30.16% from 252); Blue value is 59 (23.44% from 255 or 23.41% from 252); Max value from RGB is 117 - color contains mainly: red. Hex color #754C3B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #754C3B is #8AB3C4. Grayscale: #565656. Windows color (decimal): -9089989 or 3886197. OLE color: 3886197.

HSL color Cylindrical-coordinate representation of color #754C3B: hue angle of 17.59º degrees, saturation: 0.33, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #754C3B is Cyan = 0, Magento = 0.35, Yellow = 0.50 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 76 59 -
CMYK 0 0.35 0.50 0.54
HSL 17.59º 0.33% 0.35% -
HSV(B) 17.59º 0.5% 0.46% -
XYZ 10.71 9.27 5.36 -
YUV 86.32 112.58 149.88 -
System Red Green Blue C M Y K H S L
Decimal 117 76 59 0 0.35 0.50 0.54 17.59 0.33 0.35
Hex 75 4C 3B 0 23 32 36 12 21 23
Octal 165 114 73 0 43 62 66 22 41 43
Binary 1110101 1001100 111011 0 100011 110010 110110 10010 100001 100011

Color Harmonies of #754C3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754C3B

Black with #754C3B

Text Example


Text Example

White with #754C3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #754C3B; }

 p { color: rgb(117,76,59); }

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

background-color css

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

 a { background-color: rgb(117,76,59); }

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

border-color css

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

 span { border-color: rgb(117,76,59); }

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