Html Css Color HEX #49371C Clinker

📋 copy color: '#49371C'

red 73 ◦ green 55 ◦ blue 28

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

Shades of Clinker #49371C

Tints of Clinker #49371C

RGB

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

 GREEN value IS 55 (21.88% from 255) = 35.26%

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

R = 46.79%
G = 35.26%
B = 17.95%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.62

 K value IS 0.71

RGB Variations

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

Color information

#49371C (or 0x49371C) is known color: Clinker. HEX triplet: 49, 37 and 1C. RGB value is (73,55,28). Sum of RGB (Red+Green+Blue) = 73+55+28=156 (20% of max value = 765). Red value is 73 (28.91% from 255 or 46.79% from 156); Green value is 55 (21.88% from 255 or 35.26% from 156); Blue value is 28 (11.33% from 255 or 17.95% from 156); Max value from RGB is 73 - color contains mainly: red. Hex color #49371C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49371C is #B6C8E3. Grayscale: #393939. Windows color (decimal): -11978980 or 1849161. OLE color: 1849161.

HSL color Cylindrical-coordinate representation of color #49371C: hue angle of 36º 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 #49371C is Cyan = 0, Magento = 0.25, Yellow = 0.62 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 55 28 -
CMYK 0 0.25 0.62 0.71
HSL 36º 0.45% 0.2% -
HSV(B) 36º 0.62% 0.29% -
XYZ 4.32 4.23 1.69 -
YUV 57.3 111.46 139.2 -
System Red Green Blue C M Y K H S L
Decimal 73 55 28 0 0.25 0.62 0.71 36 0.45 0.2
Hex 49 37 1C 0 19 3E 47 24 2D 14
Octal 111 67 34 0 31 76 107 44 55 24
Binary 1001001 110111 11100 0 11001 111110 1000111 100100 101101 10100

Color Harmonies of #49371C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49371C

Black with #49371C

Text Example


Text Example

White with #49371C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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