Html Css Color HEX #49341B Clinker

📋 copy color: '#49341B'

red 73 ◦ green 52 ◦ blue 27

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

Shades of Clinker #49341B

Tints of Clinker #49341B

RGB

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

 GREEN value IS 52 (20.7% from 255) = 34.21%

 BLUE value IS 27 (10.94% from 255) = 17.76%

R = 48.03%
G = 34.21%
B = 17.76%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.63

 K value IS 0.71

RGB Variations

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

Color information

#49341B (or 0x49341B) is known color: Clinker. HEX triplet: 49, 34 and 1B. RGB value is (73,52,27). Sum of RGB (Red+Green+Blue) = 73+52+27=152 (20% of max value = 765). Red value is 73 (28.91% from 255 or 48.03% from 152); Green value is 52 (20.70% from 255 or 34.21% from 152); Blue value is 27 (10.94% from 255 or 17.76% from 152); Max value from RGB is 73 - color contains mainly: red. Hex color #49341B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49341B is #B6CBE4. Grayscale: #373737. Windows color (decimal): -11979749 or 1782857. OLE color: 1782857.

HSL color Cylindrical-coordinate representation of color #49341B: hue angle of 32.61º degrees, saturation: 0.46, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #49341B is Cyan = 0, Magento = 0.29, Yellow = 0.63 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 52 27 -
CMYK 0 0.29 0.63 0.71
HSL 32.61º 0.46% 0.2% -
HSV(B) 32.61º 0.63% 0.29% -
XYZ 4.17 3.95 1.58 -
YUV 55.43 111.96 140.53 -
System Red Green Blue C M Y K H S L
Decimal 73 52 27 0 0.29 0.63 0.71 32.61 0.46 0.2
Hex 49 34 1B 0 1D 3F 47 21 2E 14
Octal 111 64 33 0 35 77 107 41 56 24
Binary 1001001 110100 11011 0 11101 111111 1000111 100001 101110 10100

Color Harmonies of #49341B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49341B

Black with #49341B

Text Example


Text Example

White with #49341B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49341B; }

 p { color: rgb(73,52,27); }

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

background-color css

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

 a { background-color: rgb(73,52,27); }

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

border-color css

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

 span { border-color: rgb(73,52,27); }

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