Html Css Color HEX #75312D Auburn

📋 copy color: '#75312D'

red 117 ◦ green 49 ◦ blue 45

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

Shades of Auburn #75312D

Tints of Auburn #75312D

RGB

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

 GREEN value IS 49 (19.53% from 255) = 23.22%

 BLUE value IS 45 (17.97% from 255) = 21.33%

R = 55.45%
G = 23.22%
B = 21.33%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.62

 K value IS 0.54

RGB Variations

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

Color information

#75312D (or 0x75312D) is known color: Auburn. HEX triplet: 75, 31 and 2D. RGB value is (117,49,45). Sum of RGB (Red+Green+Blue) = 117+49+45=211 (27% of max value = 765). Red value is 117 (46.09% from 255 or 55.45% from 211); Green value is 49 (19.53% from 255 or 23.22% from 211); Blue value is 45 (17.97% from 255 or 21.33% from 211); Max value from RGB is 117 - color contains mainly: red. Hex color #75312D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75312D is #8ACED2. Grayscale: #444444. Windows color (decimal): -9096915 or 2961781. OLE color: 2961781.

HSL color Cylindrical-coordinate representation of color #75312D: hue angle of 3.33º degrees, saturation: 0.44, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #75312D is Cyan = 0, Magento = 0.58, Yellow = 0.62 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 49 45 -
CMYK 0 0.58 0.62 0.54
HSL 3.33º 0.44% 0.32% -
HSV(B) 3.33º 0.62% 0.46% -
XYZ 8.91 6.17 3.2 -
YUV 68.88 114.53 162.33 -
System Red Green Blue C M Y K H S L
Decimal 117 49 45 0 0.58 0.62 0.54 3.33 0.44 0.32
Hex 75 31 2D 0 3A 3E 36 3 2C 20
Octal 165 61 55 0 72 76 66 3 54 40
Binary 1110101 110001 101101 0 111010 111110 110110 11 101100 100000

Color Harmonies of #75312D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75312D

Black with #75312D

Text Example


Text Example

White with #75312D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75312D; }

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

 H1.HeaderClassName
 {
   color: #75312D;
 }
 .AnyTagClassName
 {
   color: #75312D;
 }
</style>

background-color css

<style>
 a { background-color: #75312D; }

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

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

border-color css

<style>
 span { border-color: #75312D; }

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

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