Html Css Color HEX #49351D Clinker

📋 copy color: '#49351D'

red 73 ◦ green 53 ◦ blue 29

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

Shades of Clinker #49351D

Tints of Clinker #49351D

RGB

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

 GREEN value IS 53 (21.09% from 255) = 34.19%

 BLUE value IS 29 (11.72% from 255) = 18.71%

R = 47.1%
G = 34.19%
B = 18.71%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.60

 K value IS 0.71

RGB Variations

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

Color information

#49351D (or 0x49351D) is known color: Clinker. HEX triplet: 49, 35 and 1D. RGB value is (73,53,29). Sum of RGB (Red+Green+Blue) = 73+53+29=155 (20% of max value = 765). Red value is 73 (28.91% from 255 or 47.10% from 155); Green value is 53 (21.09% from 255 or 34.19% from 155); Blue value is 29 (11.72% from 255 or 18.71% from 155); Max value from RGB is 73 - color contains mainly: red. Hex color #49351D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49351D is #B6CAE2. Grayscale: #383838. Windows color (decimal): -11979491 or 1914185. OLE color: 1914185.

HSL color Cylindrical-coordinate representation of color #49351D: hue angle of 32.73º degrees, saturation: 0.43, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #49351D is Cyan = 0, Magento = 0.27, Yellow = 0.60 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 53 29 -
CMYK 0 0.27 0.60 0.71
HSL 32.73º 0.43% 0.2% -
HSV(B) 32.73º 0.6% 0.29% -
XYZ 4.24 4.05 1.72 -
YUV 56.24 112.63 139.95 -
System Red Green Blue C M Y K H S L
Decimal 73 53 29 0 0.27 0.60 0.71 32.73 0.43 0.2
Hex 49 35 1D 0 1B 3C 47 21 2B 14
Octal 111 65 35 0 33 74 107 41 53 24
Binary 1001001 110101 11101 0 11011 111100 1000111 100001 101011 10100

Color Harmonies of #49351D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49351D

Black with #49351D

Text Example


Text Example

White with #49351D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49351D; }

 p { color: rgb(73,53,29); }

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

background-color css

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

 a { background-color: rgb(73,53,29); }

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

border-color css

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

 span { border-color: rgb(73,53,29); }

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