Html Css Color HEX #75533C Old Copper

📋 copy color: '#75533C'

red 117 ◦ green 83 ◦ blue 60

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

Shades of Old Copper #75533C

Tints of Old Copper #75533C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 23.08%

R = 45%
G = 31.92%
B = 23.08%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.49

 K value IS 0.54

RGB Variations

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

Color information

#75533C (or 0x75533C) is known color: Old Copper. HEX triplet: 75, 53 and 3C. RGB value is (117,83,60). Sum of RGB (Red+Green+Blue) = 117+83+60=260 (34% of max value = 765). Red value is 117 (46.09% from 255 or 45% from 260); Green value is 83 (32.81% from 255 or 31.92% from 260); Blue value is 60 (23.83% from 255 or 23.08% from 260); Max value from RGB is 117 - color contains mainly: red. Hex color #75533C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75533C is #8AACC3. Grayscale: #5A5A5A. Windows color (decimal): -9088196 or 3953525. OLE color: 3953525.

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

Color convert

RGB 117 83 60 -
CMYK 0 0.29 0.49 0.54
HSL 24.21º 0.32% 0.35% -
HSV(B) 24.21º 0.49% 0.46% -
XYZ 11.24 10.29 5.67 -
YUV 90.54 110.76 146.87 -
System Red Green Blue C M Y K H S L
Decimal 117 83 60 0 0.29 0.49 0.54 24.21 0.32 0.35
Hex 75 53 3C 0 1D 31 36 18 20 23
Octal 165 123 74 0 35 61 66 30 40 43
Binary 1110101 1010011 111100 0 11101 110001 110110 11000 100000 100011

Color Harmonies of #75533C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75533C

Black with #75533C

Text Example


Text Example

White with #75533C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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