Html Css Color HEX #75332D Auburn

📋 copy color: '#75332D'

red 117 ◦ green 51 ◦ blue 45

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

Shades of Auburn #75332D

Tints of Auburn #75332D

RGB

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

 GREEN value IS 51 (20.31% from 255) = 23.94%

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

R = 54.93%
G = 23.94%
B = 21.13%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.62

 K value IS 0.54

RGB Variations

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

Color information

#75332D (or 0x75332D) is known color: Auburn. HEX triplet: 75, 33 and 2D. RGB value is (117,51,45). Sum of RGB (Red+Green+Blue) = 117+51+45=213 (28% of max value = 765). Red value is 117 (46.09% from 255 or 54.93% from 213); Green value is 51 (20.31% from 255 or 23.94% from 213); Blue value is 45 (17.97% from 255 or 21.13% from 213); Max value from RGB is 117 - color contains mainly: red. Hex color #75332D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75332D is #8ACCD2. Grayscale: #464646. Windows color (decimal): -9096403 or 2962293. OLE color: 2962293.

HSL color Cylindrical-coordinate representation of color #75332D: hue angle of 5º 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 #75332D is Cyan = 0, Magento = 0.56, Yellow = 0.62 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 51 45 -
CMYK 0 0.56 0.62 0.54
HSL 0.44% 0.32% -
HSV(B) 0.62% 0.46% -
XYZ 8.99 6.34 3.23 -
YUV 70.05 113.87 161.49 -
System Red Green Blue C M Y K H S L
Decimal 117 51 45 0 0.56 0.62 0.54 5 0.44 0.32
Hex 75 33 2D 0 38 3E 36 5 2C 20
Octal 165 63 55 0 70 76 66 5 54 40
Binary 1110101 110011 101101 0 111000 111110 110110 101 101100 100000

Color Harmonies of #75332D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75332D

Black with #75332D

Text Example


Text Example

White with #75332D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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