Html Css Color HEX #74332B Auburn

📋 copy color: '#74332B'

red 116 ◦ green 51 ◦ blue 43

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

Shades of Auburn #74332B

Tints of Auburn #74332B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 20.48%

R = 55.24%
G = 24.29%
B = 20.48%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.63

 K value IS 0.55

RGB Variations

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

Color information

#74332B (or 0x74332B) is known color: Auburn. HEX triplet: 74, 33 and 2B. RGB value is (116,51,43). Sum of RGB (Red+Green+Blue) = 116+51+43=210 (27% of max value = 765). Red value is 116 (45.70% from 255 or 55.24% from 210); Green value is 51 (20.31% from 255 or 24.29% from 210); Blue value is 43 (17.19% from 255 or 20.48% from 210); Max value from RGB is 116 - color contains mainly: red. Hex color #74332B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #74332B is #8BCCD4. Grayscale: #454545. Windows color (decimal): -9161941 or 2831220. OLE color: 2831220.

HSL color Cylindrical-coordinate representation of color #74332B: hue angle of 6.58º degrees, saturation: 0.46, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #74332B is Cyan = 0, Magento = 0.56, Yellow = 0.63 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 51 43 -
CMYK 0 0.56 0.63 0.55
HSL 6.58º 0.46% 0.31% -
HSV(B) 6.58º 0.63% 0.45% -
XYZ 8.82 6.26 3.03 -
YUV 69.52 113.03 161.15 -
System Red Green Blue C M Y K H S L
Decimal 116 51 43 0 0.56 0.63 0.55 6.58 0.46 0.31
Hex 74 33 2B 0 38 3F 37 7 2E 1F
Octal 164 63 53 0 70 77 67 7 56 37
Binary 1110100 110011 101011 0 111000 111111 110111 111 101110 11111

Color Harmonies of #74332B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74332B

Black with #74332B

Text Example


Text Example

White with #74332B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74332B; }

 p { color: rgb(116,51,43); }

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

background-color css

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

 a { background-color: rgb(116,51,43); }

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

border-color css

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

 span { border-color: rgb(116,51,43); }

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