Html Css Color HEX #742822 Auburn

📋 copy color: '#742822'

red 116 ◦ green 40 ◦ blue 34

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

Shades of Auburn #742822

Tints of Auburn #742822

RGB

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

 GREEN value IS 40 (16.02% from 255) = 21.05%

 BLUE value IS 34 (13.67% from 255) = 17.89%

R = 61.05%
G = 21.05%
B = 17.89%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.71

 K value IS 0.55

RGB Variations

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

Color information

#742822 (or 0x742822) is known color: Auburn. HEX triplet: 74, 28 and 22. RGB value is (116,40,34). Sum of RGB (Red+Green+Blue) = 116+40+34=190 (25% of max value = 765). Red value is 116 (45.70% from 255 or 61.05% from 190); Green value is 40 (16.02% from 255 or 21.05% from 190); Blue value is 34 (13.67% from 255 or 17.89% from 190); Max value from RGB is 116 - color contains mainly: red. Hex color #742822 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #742822 is #8BD7DD. Grayscale: #3E3E3E. Windows color (decimal): -9164766 or 2238580. OLE color: 2238580.

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

Color convert

RGB 116 40 34 -
CMYK 0 0.66 0.71 0.55
HSL 4.39º 0.55% 0.29% -
HSV(B) 4.39º 0.71% 0.45% -
XYZ 8.25 5.35 2.11 -
YUV 62.04 112.18 166.49 -
System Red Green Blue C M Y K H S L
Decimal 116 40 34 0 0.66 0.71 0.55 4.39 0.55 0.29
Hex 74 28 22 0 42 47 37 4 37 1D
Octal 164 50 42 0 102 107 67 4 67 35
Binary 1110100 101000 100010 0 1000010 1000111 110111 100 110111 11101

Color Harmonies of #742822

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742822

Black with #742822

Text Example


Text Example

White with #742822

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #742822; }

 p { color: rgb(116,40,34); }

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

background-color css

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

 a { background-color: rgb(116,40,34); }

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

border-color css

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

 span { border-color: rgb(116,40,34); }

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