Html Css Color HEX #753530 Auburn

📋 copy color: '#753530'

red 117 ◦ green 53 ◦ blue 48

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

Shades of Auburn #753530

Tints of Auburn #753530

RGB

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

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

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

R = 53.67%
G = 24.31%
B = 22.02%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.59

 K value IS 0.54

RGB Variations

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

Color information

#753530 (or 0x753530) is known color: Auburn. HEX triplet: 75, 35 and 30. RGB value is (117,53,48). Sum of RGB (Red+Green+Blue) = 117+53+48=218 (28% of max value = 765). Red value is 117 (46.09% from 255 or 53.67% from 218); Green value is 53 (21.09% from 255 or 24.31% from 218); Blue value is 48 (19.14% from 255 or 22.02% from 218); Max value from RGB is 117 - color contains mainly: red. Hex color #753530 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #753530 is #8ACACF. Grayscale: #474747. Windows color (decimal): -9095888 or 3159413. OLE color: 3159413.

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

Color convert

RGB 117 53 48 -
CMYK 0 0.55 0.59 0.54
HSL 4.35º 0.42% 0.32% -
HSV(B) 4.35º 0.59% 0.46% -
XYZ 9.14 6.54 3.58 -
YUV 71.57 114.7 160.41 -
System Red Green Blue C M Y K H S L
Decimal 117 53 48 0 0.55 0.59 0.54 4.35 0.42 0.32
Hex 75 35 30 0 37 3B 36 4 2A 20
Octal 165 65 60 0 67 73 66 4 52 40
Binary 1110101 110101 110000 0 110111 111011 110110 100 101010 100000

Color Harmonies of #753530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753530

Black with #753530

Text Example


Text Example

White with #753530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #753530; }

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

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

background-color css

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

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

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

border-color css

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

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

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