Html Css Color HEX #753431 Auburn

📋 copy color: '#753431'

red 117 ◦ green 52 ◦ blue 49

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

Shades of Auburn #753431

Tints of Auburn #753431

RGB

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

 GREEN value IS 52 (20.7% from 255) = 23.85%

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

R = 53.67%
G = 23.85%
B = 22.48%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.58

 K value IS 0.54

RGB Variations

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

Color information

#753431 (or 0x753431) is known color: Auburn. HEX triplet: 75, 34 and 31. RGB value is (117,52,49). Sum of RGB (Red+Green+Blue) = 117+52+49=218 (28% of max value = 765). Red value is 117 (46.09% from 255 or 53.67% from 218); Green value is 52 (20.70% from 255 or 23.85% from 218); Blue value is 49 (19.53% from 255 or 22.48% from 218); Max value from RGB is 117 - color contains mainly: red. Hex color #753431 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #753431 is #8ACBCE. Grayscale: #474747. Windows color (decimal): -9096143 or 3224693. OLE color: 3224693.

HSL color Cylindrical-coordinate representation of color #753431: hue angle of 2.65º 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 #753431 is Cyan = 0, Magento = 0.56, Yellow = 0.58 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 52 49 -
CMYK 0 0.56 0.58 0.54
HSL 2.65º 0.41% 0.33% -
HSV(B) 2.65º 0.58% 0.46% -
XYZ 9.12 6.46 3.67 -
YUV 71.09 115.53 160.74 -
System Red Green Blue C M Y K H S L
Decimal 117 52 49 0 0.56 0.58 0.54 2.65 0.41 0.33
Hex 75 34 31 0 38 3A 36 3 29 21
Octal 165 64 61 0 70 72 66 3 51 41
Binary 1110101 110100 110001 0 111000 111010 110110 11 101001 100001

Color Harmonies of #753431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753431

Black with #753431

Text Example


Text Example

White with #753431

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #753431; }

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

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

background-color css

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

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

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

border-color css

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

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

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