Html Css Color HEX #75533B Old Copper

📋 copy color: '#75533B'

red 117 ◦ green 83 ◦ blue 59

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

Shades of Old Copper #75533B

Tints of Old Copper #75533B

RGB

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

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

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

R = 45.17%
G = 32.05%
B = 22.78%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.50

 K value IS 0.54

RGB Variations

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

Color information

#75533B (or 0x75533B) is known color: Old Copper. HEX triplet: 75, 53 and 3B. RGB value is (117,83,59). Sum of RGB (Red+Green+Blue) = 117+83+59=259 (34% of max value = 765). Red value is 117 (46.09% from 255 or 45.17% from 259); Green value is 83 (32.81% from 255 or 32.05% from 259); Blue value is 59 (23.44% from 255 or 22.78% from 259); Max value from RGB is 117 - color contains mainly: red. Hex color #75533B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75533B is #8AACC4. Grayscale: #5A5A5A. Windows color (decimal): -9088197 or 3887989. OLE color: 3887989.

HSL color Cylindrical-coordinate representation of color #75533B: hue angle of 24.83º 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 #75533B is Cyan = 0, Magento = 0.29, Yellow = 0.50 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 83 59 -
CMYK 0 0.29 0.50 0.54
HSL 24.83º 0.33% 0.35% -
HSV(B) 24.83º 0.5% 0.46% -
XYZ 11.22 10.28 5.53 -
YUV 90.43 110.26 146.95 -
System Red Green Blue C M Y K H S L
Decimal 117 83 59 0 0.29 0.50 0.54 24.83 0.33 0.35
Hex 75 53 3B 0 1D 32 36 19 21 23
Octal 165 123 73 0 35 62 66 31 41 43
Binary 1110101 1010011 111011 0 11101 110010 110110 11001 100001 100011

Color Harmonies of #75533B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75533B

Black with #75533B

Text Example


Text Example

White with #75533B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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