Html Css Color HEX #75533D Old Copper

📋 copy color: '#75533D'

red 117 ◦ green 83 ◦ blue 61

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

Shades of Old Copper #75533D

Tints of Old Copper #75533D

RGB

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

 GREEN value IS 83 (32.81% from 255) = 31.8%

 BLUE value IS 61 (24.22% from 255) = 23.37%

R = 44.83%
G = 31.8%
B = 23.37%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.48

 K value IS 0.54

RGB Variations

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

Color information

#75533D (or 0x75533D) is known color: Old Copper. HEX triplet: 75, 53 and 3D. RGB value is (117,83,61). Sum of RGB (Red+Green+Blue) = 117+83+61=261 (34% of max value = 765). Red value is 117 (46.09% from 255 or 44.83% from 261); Green value is 83 (32.81% from 255 or 31.80% from 261); Blue value is 61 (24.22% from 255 or 23.37% from 261); Max value from RGB is 117 - color contains mainly: red. Hex color #75533D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75533D is #8AACC2. Grayscale: #5A5A5A. Windows color (decimal): -9088195 or 4019061. OLE color: 4019061.

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

Color convert

RGB 117 83 61 -
CMYK 0 0.29 0.48 0.54
HSL 23.57º 0.31% 0.35% -
HSV(B) 23.57º 0.48% 0.46% -
XYZ 11.27 10.31 5.81 -
YUV 90.66 111.26 146.79 -
System Red Green Blue C M Y K H S L
Decimal 117 83 61 0 0.29 0.48 0.54 23.57 0.31 0.35
Hex 75 53 3D 0 1D 30 36 18 1F 23
Octal 165 123 75 0 35 60 66 30 37 43
Binary 1110101 1010011 111101 0 11101 110000 110110 11000 11111 100011

Color Harmonies of #75533D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75533D

Black with #75533D

Text Example


Text Example

White with #75533D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75533D; }

 p { color: rgb(117,83,61); }

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

background-color css

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

 a { background-color: rgb(117,83,61); }

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

border-color css

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

 span { border-color: rgb(117,83,61); }

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