Html Css Color HEX #75302C Auburn

📋 copy color: '#75302C'

red 117 ◦ green 48 ◦ blue 44

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

Shades of Auburn #75302C

Tints of Auburn #75302C

RGB

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

 GREEN value IS 48 (19.14% from 255) = 22.97%

 BLUE value IS 44 (17.58% from 255) = 21.05%

R = 55.98%
G = 22.97%
B = 21.05%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.62

 K value IS 0.54

RGB Variations

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

Color information

#75302C (or 0x75302C) is known color: Auburn. HEX triplet: 75, 30 and 2C. RGB value is (117,48,44). Sum of RGB (Red+Green+Blue) = 117+48+44=209 (27% of max value = 765). Red value is 117 (46.09% from 255 or 55.98% from 209); Green value is 48 (19.14% from 255 or 22.97% from 209); Blue value is 44 (17.58% from 255 or 21.05% from 209); Max value from RGB is 117 - color contains mainly: red. Hex color #75302C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75302C is #8ACFD3. Grayscale: #444444. Windows color (decimal): -9097172 or 2895989. OLE color: 2895989.

HSL color Cylindrical-coordinate representation of color #75302C: hue angle of 3.29º degrees, saturation: 0.45, 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 #75302C is Cyan = 0, Magento = 0.59, Yellow = 0.62 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 48 44 -
CMYK 0 0.59 0.62 0.54
HSL 3.29º 0.45% 0.32% -
HSV(B) 3.29º 0.62% 0.46% -
XYZ 8.85 6.08 3.09 -
YUV 68.18 114.36 162.83 -
System Red Green Blue C M Y K H S L
Decimal 117 48 44 0 0.59 0.62 0.54 3.29 0.45 0.32
Hex 75 30 2C 0 3B 3E 36 3 2D 20
Octal 165 60 54 0 73 76 66 3 55 40
Binary 1110101 110000 101100 0 111011 111110 110110 11 101101 100000

Color Harmonies of #75302C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75302C

Black with #75302C

Text Example


Text Example

White with #75302C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75302C; }

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

 H1.HeaderClassName
 {
   color: #75302C;
 }
 .AnyTagClassName
 {
   color: #75302C;
 }
</style>

background-color css

<style>
 a { background-color: #75302C; }

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

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

border-color css

<style>
 span { border-color: #75302C; }

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

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