Html Css Color HEX #753229 Auburn

📋 copy color: '#753229'

red 117 ◦ green 50 ◦ blue 41

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

Shades of Auburn #753229

Tints of Auburn #753229

RGB

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

 GREEN value IS 50 (19.92% from 255) = 24.04%

 BLUE value IS 41 (16.41% from 255) = 19.71%

R = 56.25%
G = 24.04%
B = 19.71%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.65

 K value IS 0.54

RGB Variations

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

Color information

#753229 (or 0x753229) is known color: Auburn. HEX triplet: 75, 32 and 29. RGB value is (117,50,41). Sum of RGB (Red+Green+Blue) = 117+50+41=208 (27% of max value = 765). Red value is 117 (46.09% from 255 or 56.25% from 208); Green value is 50 (19.92% from 255 or 24.04% from 208); Blue value is 41 (16.41% from 255 or 19.71% from 208); Max value from RGB is 117 - color contains mainly: red. Hex color #753229 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #753229 is #8ACDD6. Grayscale: #454545. Windows color (decimal): -9096663 or 2699893. OLE color: 2699893.

HSL color Cylindrical-coordinate representation of color #753229: hue angle of 7.11º degrees, saturation: 0.48, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #753229 is Cyan = 0, Magento = 0.57, Yellow = 0.65 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 50 41 -
CMYK 0 0.57 0.65 0.54
HSL 7.11º 0.48% 0.31% -
HSV(B) 7.11º 0.65% 0.46% -
XYZ 8.88 6.22 2.83 -
YUV 69.01 112.2 162.23 -
System Red Green Blue C M Y K H S L
Decimal 117 50 41 0 0.57 0.65 0.54 7.11 0.48 0.31
Hex 75 32 29 0 39 41 36 7 30 1F
Octal 165 62 51 0 71 101 66 7 60 37
Binary 1110101 110010 101001 0 111001 1000001 110110 111 110000 11111

Color Harmonies of #753229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753229

Black with #753229

Text Example


Text Example

White with #753229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #753229; }

 p { color: rgb(117,50,41); }

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

background-color css

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

 a { background-color: rgb(117,50,41); }

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

border-color css

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

 span { border-color: rgb(117,50,41); }

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