Html Css Color HEX #753430 Auburn

📋 copy color: '#753430'

red 117 ◦ green 52 ◦ blue 48

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

Shades of Auburn #753430

Tints of Auburn #753430

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 22.12%

R = 53.92%
G = 23.96%
B = 22.12%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.59

 K value IS 0.54

RGB Variations

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

Color information

#753430 (or 0x753430) is known color: Auburn. HEX triplet: 75, 34 and 30. RGB value is (117,52,48). Sum of RGB (Red+Green+Blue) = 117+52+48=217 (28% of max value = 765). Red value is 117 (46.09% from 255 or 53.92% from 217); Green value is 52 (20.70% from 255 or 23.96% from 217); Blue value is 48 (19.14% from 255 or 22.12% from 217); Max value from RGB is 117 - color contains mainly: red. Hex color #753430 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #753430 is #8ACBCF. Grayscale: #474747. Windows color (decimal): -9096144 or 3159157. OLE color: 3159157.

HSL color Cylindrical-coordinate representation of color #753430: hue angle of 3.48º degrees, saturation: 0.42, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #753430 is Cyan = 0, Magento = 0.56, Yellow = 0.59 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 52 48 -
CMYK 0 0.56 0.59 0.54
HSL 3.48º 0.42% 0.32% -
HSV(B) 3.48º 0.59% 0.46% -
XYZ 9.1 6.45 3.56 -
YUV 70.98 115.03 160.83 -
System Red Green Blue C M Y K H S L
Decimal 117 52 48 0 0.56 0.59 0.54 3.48 0.42 0.32
Hex 75 34 30 0 38 3B 36 3 2A 20
Octal 165 64 60 0 70 73 66 3 52 40
Binary 1110101 110100 110000 0 111000 111011 110110 11 101010 100000

Color Harmonies of #753430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753430

Black with #753430

Text Example


Text Example

White with #753430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #753430; }

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

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

background-color css

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

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

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

border-color css

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

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

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