Html Css Color HEX #74322C Auburn

📋 copy color: '#74322C'

red 116 ◦ green 50 ◦ blue 44

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

Shades of Auburn #74322C

Tints of Auburn #74322C

RGB

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

 GREEN value IS 50 (19.92% from 255) = 23.81%

 BLUE value IS 44 (17.58% from 255) = 20.95%

R = 55.24%
G = 23.81%
B = 20.95%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.62

 K value IS 0.55

RGB Variations

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

Color information

#74322C (or 0x74322C) is known color: Auburn. HEX triplet: 74, 32 and 2C. RGB value is (116,50,44). Sum of RGB (Red+Green+Blue) = 116+50+44=210 (27% of max value = 765). Red value is 116 (45.70% from 255 or 55.24% from 210); Green value is 50 (19.92% from 255 or 23.81% from 210); Blue value is 44 (17.58% from 255 or 20.95% from 210); Max value from RGB is 116 - color contains mainly: red. Hex color #74322C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #74322C is #8BCDD3. Grayscale: #454545. Windows color (decimal): -9162196 or 2896500. OLE color: 2896500.

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

Color convert

RGB 116 50 44 -
CMYK 0 0.57 0.62 0.55
HSL 0.45% 0.31% -
HSV(B) 0.62% 0.45% -
XYZ 8.8 6.18 3.11 -
YUV 69.05 113.87 161.49 -
System Red Green Blue C M Y K H S L
Decimal 116 50 44 0 0.57 0.62 0.55 5 0.45 0.31
Hex 74 32 2C 0 39 3E 37 5 2D 1F
Octal 164 62 54 0 71 76 67 5 55 37
Binary 1110100 110010 101100 0 111001 111110 110111 101 101101 11111

Color Harmonies of #74322C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74322C

Black with #74322C

Text Example


Text Example

White with #74322C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74322C; }

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

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

background-color css

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

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

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

border-color css

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

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

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