Html Css Color HEX #74302A Auburn

📋 copy color: '#74302A'

red 116 ◦ green 48 ◦ blue 42

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

Shades of Auburn #74302A

Tints of Auburn #74302A

RGB

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

 GREEN value IS 48 (19.14% from 255) = 23.3%

 BLUE value IS 42 (16.8% from 255) = 20.39%

R = 56.31%
G = 23.3%
B = 20.39%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.64

 K value IS 0.55

RGB Variations

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

Color information

#74302A (or 0x74302A) is known color: Auburn. HEX triplet: 74, 30 and 2A. RGB value is (116,48,42). Sum of RGB (Red+Green+Blue) = 116+48+42=206 (27% of max value = 765). Red value is 116 (45.70% from 255 or 56.31% from 206); Green value is 48 (19.14% from 255 or 23.30% from 206); Blue value is 42 (16.80% from 255 or 20.39% from 206); Max value from RGB is 116 - color contains mainly: red. Hex color #74302A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #74302A is #8BCFD5. Grayscale: #434343. Windows color (decimal): -9162710 or 2764916. OLE color: 2764916.

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

Color convert

RGB 116 48 42 -
CMYK 0 0.59 0.64 0.55
HSL 4.86º 0.47% 0.31% -
HSV(B) 4.86º 0.64% 0.45% -
XYZ 8.68 5.99 2.89 -
YUV 67.65 113.53 162.49 -
System Red Green Blue C M Y K H S L
Decimal 116 48 42 0 0.59 0.64 0.55 4.86 0.47 0.31
Hex 74 30 2A 0 3B 40 37 5 2F 1F
Octal 164 60 52 0 73 100 67 5 57 37
Binary 1110100 110000 101010 0 111011 1000000 110111 101 101111 11111

Color Harmonies of #74302A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74302A

Black with #74302A

Text Example


Text Example

White with #74302A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74302A; }

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

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

background-color css

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

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

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

border-color css

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

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

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