Html Css Color HEX #752D24 Auburn

📋 copy color: '#752D24'

red 117 ◦ green 45 ◦ blue 36

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

Shades of Auburn #752D24

Tints of Auburn #752D24

RGB

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

 GREEN value IS 45 (17.97% from 255) = 22.73%

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

R = 59.09%
G = 22.73%
B = 18.18%

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

#752D24 (or 0x752D24) is known color: Auburn. HEX triplet: 75, 2D and 24. RGB value is (117,45,36). Sum of RGB (Red+Green+Blue) = 117+45+36=198 (26% of max value = 765). Red value is 117 (46.09% from 255 or 59.09% from 198); Green value is 45 (17.97% from 255 or 22.73% from 198); Blue value is 36 (14.45% from 255 or 18.18% from 198); Max value from RGB is 117 - color contains mainly: red. Hex color #752D24 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #752D24 is #8AD2DB. Grayscale: #414141. Windows color (decimal): -9097948 or 2370933. OLE color: 2370933.

HSL color Cylindrical-coordinate representation of color #752D24: hue angle of 6.67º 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 #752D24 is Cyan = 0, Magento = 0.62, Yellow = 0.69 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 45 36 -
CMYK 0 0.62 0.69 0.54
HSL 6.67º 0.53% 0.3% -
HSV(B) 6.67º 0.69% 0.46% -
XYZ 8.59 5.79 2.33 -
YUV 65.5 111.35 164.73 -
System Red Green Blue C M Y K H S L
Decimal 117 45 36 0 0.62 0.69 0.54 6.67 0.53 0.3
Hex 75 2D 24 0 3E 45 36 7 35 1E
Octal 165 55 44 0 76 105 66 7 65 36
Binary 1110101 101101 100100 0 111110 1000101 110110 111 110101 11110

Color Harmonies of #752D24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752D24

Black with #752D24

Text Example


Text Example

White with #752D24

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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