Html Css Color HEX #743430 Auburn

📋 copy color: '#743430'

red 116 ◦ green 52 ◦ blue 48

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

Shades of Auburn #743430

Tints of Auburn #743430

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 22.22%

R = 53.7%
G = 24.07%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.59

 K value IS 0.55

RGB Variations

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

Color information

#743430 (or 0x743430) is known color: Auburn. HEX triplet: 74, 34 and 30. RGB value is (116,52,48). Sum of RGB (Red+Green+Blue) = 116+52+48=216 (28% of max value = 765). Red value is 116 (45.70% from 255 or 53.70% from 216); Green value is 52 (20.70% from 255 or 24.07% from 216); Blue value is 48 (19.14% from 255 or 22.22% from 216); Max value from RGB is 116 - color contains mainly: red. Hex color #743430 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #743430 is #8BCBCF. Grayscale: #464646. Windows color (decimal): -9161680 or 3159156. OLE color: 3159156.

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

Color convert

RGB 116 52 48 -
CMYK 0 0.55 0.59 0.55
HSL 3.53º 0.41% 0.32% -
HSV(B) 3.53º 0.59% 0.45% -
XYZ 8.96 6.38 3.56 -
YUV 70.68 115.2 160.33 -
System Red Green Blue C M Y K H S L
Decimal 116 52 48 0 0.55 0.59 0.55 3.53 0.41 0.32
Hex 74 34 30 0 37 3B 37 4 29 20
Octal 164 64 60 0 67 73 67 4 51 40
Binary 1110100 110100 110000 0 110111 111011 110111 100 101001 100000

Color Harmonies of #743430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743430

Black with #743430

Text Example


Text Example

White with #743430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #743430; }

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

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

background-color css

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

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

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

border-color css

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

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

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