Html Css Color HEX #49361F Clinker

📋 copy color: '#49361F'

red 73 ◦ green 54 ◦ blue 31

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

Shades of Clinker #49361F

Tints of Clinker #49361F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 19.62%

R = 46.2%
G = 34.18%
B = 19.62%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.58

 K value IS 0.71

RGB Variations

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

Color information

#49361F (or 0x49361F) is known color: Clinker. HEX triplet: 49, 36 and 1F. RGB value is (73,54,31). Sum of RGB (Red+Green+Blue) = 73+54+31=158 (20% of max value = 765). Red value is 73 (28.91% from 255 or 46.20% from 158); Green value is 54 (21.48% from 255 or 34.18% from 158); Blue value is 31 (12.5% from 255 or 19.62% from 158); Max value from RGB is 73 - color contains mainly: red. Hex color #49361F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49361F is #B6C9E0. Grayscale: #393939. Windows color (decimal): -11979233 or 2045513. OLE color: 2045513.

HSL color Cylindrical-coordinate representation of color #49361F: hue angle of 32.86º degrees, saturation: 0.4, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #49361F is Cyan = 0, Magento = 0.26, Yellow = 0.58 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 54 31 -
CMYK 0 0.26 0.58 0.71
HSL 32.86º 0.4% 0.2% -
HSV(B) 32.86º 0.58% 0.29% -
XYZ 4.31 4.15 1.87 -
YUV 57.06 113.29 139.37 -
System Red Green Blue C M Y K H S L
Decimal 73 54 31 0 0.26 0.58 0.71 32.86 0.4 0.2
Hex 49 36 1F 0 1A 3A 47 21 28 14
Octal 111 66 37 0 32 72 107 41 50 24
Binary 1001001 110110 11111 0 11010 111010 1000111 100001 101000 10100

Color Harmonies of #49361F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49361F

Black with #49361F

Text Example


Text Example

White with #49361F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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