Html Css Color HEX #752F26 Auburn

📋 copy color: '#752F26'

red 117 ◦ green 47 ◦ blue 38

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

Shades of Auburn #752F26

Tints of Auburn #752F26

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 18.81%

R = 57.92%
G = 23.27%
B = 18.81%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.68

 K value IS 0.54

RGB Variations

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

Color information

#752F26 (or 0x752F26) is known color: Auburn. HEX triplet: 75, 2F and 26. RGB value is (117,47,38). Sum of RGB (Red+Green+Blue) = 117+47+38=202 (26% of max value = 765). Red value is 117 (46.09% from 255 or 57.92% from 202); Green value is 47 (18.75% from 255 or 23.27% from 202); Blue value is 38 (15.23% from 255 or 18.81% from 202); Max value from RGB is 117 - color contains mainly: red. Hex color #752F26 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #752F26 is #8AD0D9. Grayscale: #434343. Windows color (decimal): -9097434 or 2502517. OLE color: 2502517.

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

Color convert

RGB 117 47 38 -
CMYK 0 0.60 0.68 0.54
HSL 6.84º 0.51% 0.3% -
HSV(B) 6.84º 0.68% 0.46% -
XYZ 8.7 5.95 2.52 -
YUV 66.9 111.69 163.73 -
System Red Green Blue C M Y K H S L
Decimal 117 47 38 0 0.60 0.68 0.54 6.84 0.51 0.3
Hex 75 2F 26 0 3C 44 36 7 33 1E
Octal 165 57 46 0 74 104 66 7 63 36
Binary 1110101 101111 100110 0 111100 1000100 110110 111 110011 11110

Color Harmonies of #752F26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752F26

Black with #752F26

Text Example


Text Example

White with #752F26

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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