Html Css Color HEX #743432 Auburn

📋 copy color: '#743432'

red 116 ◦ green 52 ◦ blue 50

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

Shades of Auburn #743432

Tints of Auburn #743432

RGB

 RED value IS 116 (45.7% from 255) = 53.21%

 GREEN value IS 52 (20.7% from 255) = 23.85%

 BLUE value IS 50 (19.92% from 255) = 22.94%

R = 53.21%
G = 23.85%
B = 22.94%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.57

 K value IS 0.55

RGB Variations

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

Color information

#743432 (or 0x743432) is known color: Auburn. HEX triplet: 74, 34 and 32. RGB value is (116,52,50). Sum of RGB (Red+Green+Blue) = 116+52+50=218 (28% of max value = 765). Red value is 116 (45.70% from 255 or 53.21% from 218); Green value is 52 (20.70% from 255 or 23.85% from 218); Blue value is 50 (19.92% from 255 or 22.94% from 218); Max value from RGB is 116 - color contains mainly: red. Hex color #743432 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #743432 is #8BCBCD. Grayscale: #464646. Windows color (decimal): -9161678 or 3290228. OLE color: 3290228.

HSL color Cylindrical-coordinate representation of color #743432: hue angle of 1.82º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #743432 is Cyan = 0, Magento = 0.55, Yellow = 0.57 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 52 50 -
CMYK 0 0.55 0.57 0.55
HSL 1.82º 0.4% 0.33% -
HSV(B) 1.82º 0.57% 0.45% -
XYZ 9.01 6.4 3.78 -
YUV 70.91 116.2 160.16 -
System Red Green Blue C M Y K H S L
Decimal 116 52 50 0 0.55 0.57 0.55 1.82 0.4 0.33
Hex 74 34 32 0 37 39 37 2 28 21
Octal 164 64 62 0 67 71 67 2 50 41
Binary 1110100 110100 110010 0 110111 111001 110111 10 101000 100001

Color Harmonies of #743432

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743432

Black with #743432

Text Example


Text Example

White with #743432

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #743432; }

 p { color: rgb(116,52,50); }

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

background-color css

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

 a { background-color: rgb(116,52,50); }

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

border-color css

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

 span { border-color: rgb(116,52,50); }

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