Html Css Color HEX #49361B Clinker

📋 copy color: '#49361B'

red 73 ◦ green 54 ◦ blue 27

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

Shades of Clinker #49361B

Tints of Clinker #49361B

RGB

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

 GREEN value IS 54 (21.48% from 255) = 35.06%

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

R = 47.4%
G = 35.06%
B = 17.53%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.63

 K value IS 0.71

RGB Variations

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

Color information

#49361B (or 0x49361B) is known color: Clinker. HEX triplet: 49, 36 and 1B. RGB value is (73,54,27). Sum of RGB (Red+Green+Blue) = 73+54+27=154 (20% of max value = 765). Red value is 73 (28.91% from 255 or 47.40% from 154); Green value is 54 (21.48% from 255 or 35.06% from 154); Blue value is 27 (10.94% from 255 or 17.53% from 154); Max value from RGB is 73 - color contains mainly: red. Hex color #49361B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49361B is #B6C9E4. Grayscale: #383838. Windows color (decimal): -11979237 or 1783369. OLE color: 1783369.

HSL color Cylindrical-coordinate representation of color #49361B: hue angle of 35.22º 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 #49361B is Cyan = 0, Magento = 0.26, Yellow = 0.63 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 54 27 -
CMYK 0 0.26 0.63 0.71
HSL 35.22º 0.46% 0.2% -
HSV(B) 35.22º 0.63% 0.29% -
XYZ 4.26 4.13 1.61 -
YUV 56.6 111.29 139.7 -
System Red Green Blue C M Y K H S L
Decimal 73 54 27 0 0.26 0.63 0.71 35.22 0.46 0.2
Hex 49 36 1B 0 1A 3F 47 23 2E 14
Octal 111 66 33 0 32 77 107 43 56 24
Binary 1001001 110110 11011 0 11010 111111 1000111 100011 101110 10100

Color Harmonies of #49361B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49361B

Black with #49361B

Text Example


Text Example

White with #49361B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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