Html Css Color HEX #752C23 Auburn

📋 copy color: '#752C23'

red 117 ◦ green 44 ◦ blue 35

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

Shades of Auburn #752C23

Tints of Auburn #752C23

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 17.86%

R = 59.69%
G = 22.45%
B = 17.86%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.70

 K value IS 0.54

RGB Variations

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

Color information

#752C23 (or 0x752C23) is known color: Auburn. HEX triplet: 75, 2C and 23. RGB value is (117,44,35). Sum of RGB (Red+Green+Blue) = 117+44+35=196 (25% of max value = 765). Red value is 117 (46.09% from 255 or 59.69% from 196); Green value is 44 (17.58% from 255 or 22.45% from 196); Blue value is 35 (14.06% from 255 or 17.86% from 196); Max value from RGB is 117 - color contains mainly: red. Hex color #752C23 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #752C23 is #8AD3DC. Grayscale: #404040. Windows color (decimal): -9098205 or 2305141. OLE color: 2305141.

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

Color convert

RGB 117 44 35 -
CMYK 0 0.62 0.70 0.54
HSL 6.59º 0.54% 0.3% -
HSV(B) 6.59º 0.7% 0.46% -
XYZ 8.54 5.7 2.24 -
YUV 64.8 111.18 165.23 -
System Red Green Blue C M Y K H S L
Decimal 117 44 35 0 0.62 0.70 0.54 6.59 0.54 0.3
Hex 75 2C 23 0 3E 46 36 7 36 1E
Octal 165 54 43 0 76 106 66 7 66 36
Binary 1110101 101100 100011 0 111110 1000110 110110 111 110110 11110

Color Harmonies of #752C23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752C23

Black with #752C23

Text Example


Text Example

White with #752C23

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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