Html Css Color HEX #752A21 Auburn

📋 copy color: '#752A21'

red 117 ◦ green 42 ◦ blue 33

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

Shades of Auburn #752A21

Tints of Auburn #752A21

RGB

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

 GREEN value IS 42 (16.8% from 255) = 21.88%

 BLUE value IS 33 (13.28% from 255) = 17.19%

R = 60.94%
G = 21.88%
B = 17.19%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.72

 K value IS 0.54

RGB Variations

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

Color information

#752A21 (or 0x752A21) is known color: Auburn. HEX triplet: 75, 2A and 21. RGB value is (117,42,33). Sum of RGB (Red+Green+Blue) = 117+42+33=192 (25% of max value = 765). Red value is 117 (46.09% from 255 or 60.94% from 192); Green value is 42 (16.80% from 255 or 21.88% from 192); Blue value is 33 (13.28% from 255 or 17.19% from 192); Max value from RGB is 117 - color contains mainly: red. Hex color #752A21 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #752A21 is #8AD5DE. Grayscale: #3F3F3F. Windows color (decimal): -9098719 or 2173557. OLE color: 2173557.

HSL color Cylindrical-coordinate representation of color #752A21: hue angle of 6.43º degrees, saturation: 0.56, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #752A21 is Cyan = 0, Magento = 0.64, Yellow = 0.72 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 42 33 -
CMYK 0 0.64 0.72 0.54
HSL 6.43º 0.56% 0.29% -
HSV(B) 6.43º 0.72% 0.46% -
XYZ 8.44 5.55 2.06 -
YUV 63.4 110.85 166.23 -
System Red Green Blue C M Y K H S L
Decimal 117 42 33 0 0.64 0.72 0.54 6.43 0.56 0.29
Hex 75 2A 21 0 40 48 36 6 38 1D
Octal 165 52 41 0 100 110 66 6 70 35
Binary 1110101 101010 100001 0 1000000 1001000 110110 110 111000 11101

Color Harmonies of #752A21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752A21

Black with #752A21

Text Example


Text Example

White with #752A21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #752A21; }

 p { color: rgb(117,42,33); }

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

background-color css

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

 a { background-color: rgb(117,42,33); }

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

border-color css

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

 span { border-color: rgb(117,42,33); }

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