Html Css Color HEX #753531 Auburn

📋 copy color: '#753531'

red 117 ◦ green 53 ◦ blue 49

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

Shades of Auburn #753531

Tints of Auburn #753531

RGB

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

 GREEN value IS 53 (21.09% from 255) = 24.2%

 BLUE value IS 49 (19.53% from 255) = 22.37%

R = 53.42%
G = 24.2%
B = 22.37%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.58

 K value IS 0.54

RGB Variations

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

Color information

#753531 (or 0x753531) is known color: Auburn. HEX triplet: 75, 35 and 31. RGB value is (117,53,49). Sum of RGB (Red+Green+Blue) = 117+53+49=219 (29% of max value = 765). Red value is 117 (46.09% from 255 or 53.42% from 219); Green value is 53 (21.09% from 255 or 24.20% from 219); Blue value is 49 (19.53% from 255 or 22.37% from 219); Max value from RGB is 117 - color contains mainly: red. Hex color #753531 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #753531 is #8ACACE. Grayscale: #474747. Windows color (decimal): -9095887 or 3224949. OLE color: 3224949.

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

Color convert

RGB 117 53 49 -
CMYK 0 0.55 0.58 0.54
HSL 3.53º 0.41% 0.33% -
HSV(B) 3.53º 0.58% 0.46% -
XYZ 9.16 6.55 3.69 -
YUV 71.68 115.2 160.33 -
System Red Green Blue C M Y K H S L
Decimal 117 53 49 0 0.55 0.58 0.54 3.53 0.41 0.33
Hex 75 35 31 0 37 3A 36 4 29 21
Octal 165 65 61 0 67 72 66 4 51 41
Binary 1110101 110101 110001 0 110111 111010 110110 100 101001 100001

Color Harmonies of #753531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753531

Black with #753531

Text Example


Text Example

White with #753531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #753531; }

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

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

background-color css

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

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

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

border-color css

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

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

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