Html Css Color HEX #753330 Auburn

📋 copy color: '#753330'

red 117 ◦ green 51 ◦ blue 48

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

Shades of Auburn #753330

Tints of Auburn #753330

RGB

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

 GREEN value IS 51 (20.31% from 255) = 23.61%

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

R = 54.17%
G = 23.61%
B = 22.22%

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

#753330 (or 0x753330) is known color: Auburn. HEX triplet: 75, 33 and 30. RGB value is (117,51,48). Sum of RGB (Red+Green+Blue) = 117+51+48=216 (28% of max value = 765). Red value is 117 (46.09% from 255 or 54.17% from 216); Green value is 51 (20.31% from 255 or 23.61% from 216); Blue value is 48 (19.14% from 255 or 22.22% from 216); Max value from RGB is 117 - color contains mainly: red. Hex color #753330 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #753330 is #8ACCCF. Grayscale: #464646. Windows color (decimal): -9096400 or 3158901. OLE color: 3158901.

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

Color convert

RGB 117 51 48 -
CMYK 0 0.56 0.59 0.54
HSL 2.61º 0.42% 0.32% -
HSV(B) 2.61º 0.59% 0.46% -
XYZ 9.05 6.36 3.55 -
YUV 70.39 115.37 161.24 -
System Red Green Blue C M Y K H S L
Decimal 117 51 48 0 0.56 0.59 0.54 2.61 0.42 0.32
Hex 75 33 30 0 38 3B 36 3 2A 20
Octal 165 63 60 0 70 73 66 3 52 40
Binary 1110101 110011 110000 0 111000 111011 110110 11 101010 100000

Color Harmonies of #753330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753330

Black with #753330

Text Example


Text Example

White with #753330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #753330; }

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

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

background-color css

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

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

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

border-color css

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

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

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