Html Css Color HEX #752F28 Auburn

📋 copy color: '#752F28'

red 117 ◦ green 47 ◦ blue 40

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

Shades of Auburn #752F28

Tints of Auburn #752F28

RGB

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

 GREEN value IS 47 (18.75% from 255) = 23.04%

 BLUE value IS 40 (16.02% from 255) = 19.61%

R = 57.35%
G = 23.04%
B = 19.61%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.66

 K value IS 0.54

RGB Variations

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

Color information

#752F28 (or 0x752F28) is known color: Auburn. HEX triplet: 75, 2F and 28. RGB value is (117,47,40). Sum of RGB (Red+Green+Blue) = 117+47+40=204 (27% of max value = 765). Red value is 117 (46.09% from 255 or 57.35% from 204); Green value is 47 (18.75% from 255 or 23.04% from 204); Blue value is 40 (16.02% from 255 or 19.61% from 204); Max value from RGB is 117 - color contains mainly: red. Hex color #752F28 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #752F28 is #8AD0D7. Grayscale: #434343. Windows color (decimal): -9097432 or 2633589. OLE color: 2633589.

HSL color Cylindrical-coordinate representation of color #752F28: hue angle of 5.45º degrees, saturation: 0.49, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #752F28 is Cyan = 0, Magento = 0.60, Yellow = 0.66 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 47 40 -
CMYK 0 0.60 0.66 0.54
HSL 5.45º 0.49% 0.31% -
HSV(B) 5.45º 0.66% 0.46% -
XYZ 8.74 5.97 2.7 -
YUV 67.13 112.69 163.57 -
System Red Green Blue C M Y K H S L
Decimal 117 47 40 0 0.60 0.66 0.54 5.45 0.49 0.31
Hex 75 2F 28 0 3C 42 36 5 31 1F
Octal 165 57 50 0 74 102 66 5 61 37
Binary 1110101 101111 101000 0 111100 1000010 110110 101 110001 11111

Color Harmonies of #752F28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752F28

Black with #752F28

Text Example


Text Example

White with #752F28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,47,40); }

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

background-color css

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

 a { background-color: rgb(117,47,40); }

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

border-color css

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

 span { border-color: rgb(117,47,40); }

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