Html Css Color HEX #752C24 Auburn

📋 copy color: '#752C24'

red 117 ◦ green 44 ◦ blue 36

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

Shades of Auburn #752C24

Tints of Auburn #752C24

RGB

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

 GREEN value IS 44 (17.58% from 255) = 22.34%

 BLUE value IS 36 (14.45% from 255) = 18.27%

R = 59.39%
G = 22.34%
B = 18.27%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.69

 K value IS 0.54

RGB Variations

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

Color information

#752C24 (or 0x752C24) is known color: Auburn. HEX triplet: 75, 2C and 24. RGB value is (117,44,36). Sum of RGB (Red+Green+Blue) = 117+44+36=197 (26% of max value = 765). Red value is 117 (46.09% from 255 or 59.39% from 197); Green value is 44 (17.58% from 255 or 22.34% from 197); Blue value is 36 (14.45% from 255 or 18.27% from 197); Max value from RGB is 117 - color contains mainly: red. Hex color #752C24 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #752C24 is #8AD3DB. Grayscale: #414141. Windows color (decimal): -9098204 or 2370677. OLE color: 2370677.

HSL color Cylindrical-coordinate representation of color #752C24: hue angle of 5.93º degrees, saturation: 0.53, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #752C24 is Cyan = 0, Magento = 0.62, Yellow = 0.69 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 44 36 -
CMYK 0 0.62 0.69 0.54
HSL 5.93º 0.53% 0.3% -
HSV(B) 5.93º 0.69% 0.46% -
XYZ 8.56 5.71 2.32 -
YUV 64.92 111.68 165.15 -
System Red Green Blue C M Y K H S L
Decimal 117 44 36 0 0.62 0.69 0.54 5.93 0.53 0.3
Hex 75 2C 24 0 3E 45 36 6 35 1E
Octal 165 54 44 0 76 105 66 6 65 36
Binary 1110101 101100 100100 0 111110 1000101 110110 110 110101 11110

Color Harmonies of #752C24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752C24

Black with #752C24

Text Example


Text Example

White with #752C24

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,44,36); }

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

background-color css

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

 a { background-color: rgb(117,44,36); }

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

border-color css

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

 span { border-color: rgb(117,44,36); }

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