Html Css Color HEX #49331C Clinker

📋 copy color: '#49331C'

red 73 ◦ green 51 ◦ blue 28

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

Shades of Clinker #49331C

Tints of Clinker #49331C

RGB

 RED value IS 73 (28.91% from 255) = 48.03%

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

 BLUE value IS 28 (11.33% from 255) = 18.42%

R = 48.03%
G = 33.55%
B = 18.42%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.62

 K value IS 0.71

RGB Variations

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

Color information

#49331C (or 0x49331C) is known color: Clinker. HEX triplet: 49, 33 and 1C. RGB value is (73,51,28). Sum of RGB (Red+Green+Blue) = 73+51+28=152 (20% of max value = 765). Red value is 73 (28.91% from 255 or 48.03% from 152); Green value is 51 (20.31% from 255 or 33.55% from 152); Blue value is 28 (11.33% from 255 or 18.42% from 152); Max value from RGB is 73 - color contains mainly: red. Hex color #49331C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49331C is #B6CCE3. Grayscale: #373737. Windows color (decimal): -11980004 or 1848137. OLE color: 1848137.

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

Color convert

RGB 73 51 28 -
CMYK 0 0.30 0.62 0.71
HSL 30.67º 0.45% 0.2% -
HSV(B) 30.67º 0.62% 0.29% -
XYZ 4.14 3.87 1.63 -
YUV 54.96 112.79 140.87 -
System Red Green Blue C M Y K H S L
Decimal 73 51 28 0 0.30 0.62 0.71 30.67 0.45 0.2
Hex 49 33 1C 0 1E 3E 47 1F 2D 14
Octal 111 63 34 0 36 76 107 37 55 24
Binary 1001001 110011 11100 0 11110 111110 1000111 11111 101101 10100

Color Harmonies of #49331C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49331C

Black with #49331C

Text Example


Text Example

White with #49331C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,51,28); }

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

background-color css

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

 a { background-color: rgb(73,51,28); }

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

border-color css

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

 span { border-color: rgb(73,51,28); }

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