Html Css Color HEX #742721 Auburn

📋 copy color: '#742721'

red 116 ◦ green 39 ◦ blue 33

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

Shades of Auburn #742721

Tints of Auburn #742721

RGB

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

 GREEN value IS 39 (15.63% from 255) = 20.74%

 BLUE value IS 33 (13.28% from 255) = 17.55%

R = 61.7%
G = 20.74%
B = 17.55%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.72

 K value IS 0.55

RGB Variations

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

Color information

#742721 (or 0x742721) is known color: Auburn. HEX triplet: 74, 27 and 21. RGB value is (116,39,33). Sum of RGB (Red+Green+Blue) = 116+39+33=188 (24% of max value = 765). Red value is 116 (45.70% from 255 or 61.70% from 188); Green value is 39 (15.62% from 255 or 20.74% from 188); Blue value is 33 (13.28% from 255 or 17.55% from 188); Max value from RGB is 116 - color contains mainly: red. Hex color #742721 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #742721 is #8BD8DE. Grayscale: #3D3D3D. Windows color (decimal): -9165023 or 2172788. OLE color: 2172788.

HSL color Cylindrical-coordinate representation of color #742721: hue angle of 4.34º degrees, saturation: 0.56, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #742721 is Cyan = 0, Magento = 0.66, Yellow = 0.72 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 39 33 -
CMYK 0 0.66 0.72 0.55
HSL 4.34º 0.56% 0.29% -
HSV(B) 4.34º 0.72% 0.45% -
XYZ 8.2 5.27 2.02 -
YUV 61.34 112.01 166.99 -
System Red Green Blue C M Y K H S L
Decimal 116 39 33 0 0.66 0.72 0.55 4.34 0.56 0.29
Hex 74 27 21 0 42 48 37 4 38 1D
Octal 164 47 41 0 102 110 67 4 70 35
Binary 1110100 100111 100001 0 1000010 1001000 110111 100 111000 11101

Color Harmonies of #742721

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742721

Black with #742721

Text Example


Text Example

White with #742721

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #742721; }

 p { color: rgb(116,39,33); }

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

background-color css

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

 a { background-color: rgb(116,39,33); }

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

border-color css

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

 span { border-color: rgb(116,39,33); }

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