Html Css Color HEX #755235 Old Copper

📋 copy color: '#755235'

red 117 ◦ green 82 ◦ blue 53

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

Shades of Old Copper #755235

Tints of Old Copper #755235

RGB

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

 GREEN value IS 82 (32.42% from 255) = 32.54%

 BLUE value IS 53 (21.09% from 255) = 21.03%

R = 46.43%
G = 32.54%
B = 21.03%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.55

 K value IS 0.54

RGB Variations

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

Color information

#755235 (or 0x755235) is known color: Old Copper. HEX triplet: 75, 52 and 35. RGB value is (117,82,53). Sum of RGB (Red+Green+Blue) = 117+82+53=252 (33% of max value = 765). Red value is 117 (46.09% from 255 or 46.43% from 252); Green value is 82 (32.42% from 255 or 32.54% from 252); Blue value is 53 (21.09% from 255 or 21.03% from 252); Max value from RGB is 117 - color contains mainly: red. Hex color #755235 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #755235 is #8AADCA. Grayscale: #595959. Windows color (decimal): -9088459 or 3494517. OLE color: 3494517.

HSL color Cylindrical-coordinate representation of color #755235: hue angle of 27.19º degrees, saturation: 0.38, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #755235 is Cyan = 0, Magento = 0.30, Yellow = 0.55 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 82 53 -
CMYK 0 0.30 0.55 0.54
HSL 27.19º 0.38% 0.33% -
HSV(B) 27.19º 0.55% 0.46% -
XYZ 11 10.07 4.73 -
YUV 89.16 107.6 147.86 -
System Red Green Blue C M Y K H S L
Decimal 117 82 53 0 0.30 0.55 0.54 27.19 0.38 0.33
Hex 75 52 35 0 1E 37 36 1B 26 21
Octal 165 122 65 0 36 67 66 33 46 41
Binary 1110101 1010010 110101 0 11110 110111 110110 11011 100110 100001

Color Harmonies of #755235

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755235

Black with #755235

Text Example


Text Example

White with #755235

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #755235; }

 p { color: rgb(117,82,53); }

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

background-color css

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

 a { background-color: rgb(117,82,53); }

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

border-color css

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

 span { border-color: rgb(117,82,53); }

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