#49381E

Color #49381E Clinker (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Clinker #49381E

Tints of Clinker #49381E

Color information

#49381E (or 0x49381E) is unknown color: approx Clinker. HEX triplet: 49, 38 and 1E. RGB value is (73,56,30). Sum of RGB (Red+Green+Blue) = 73+56+30=159 (21% of max value = 765). Red value is 73 (28.91% from 255 or 45.91% from 159); Green value is 56 (22.27% from 255 or 35.22% from 159); Blue value is 30 (12.11% from 255 or 18.87% from 159); Max value from RGB is 73 - color contains mainly: red. Hex color #49381E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49381E is #B6C7E1. Grayscale: #3A3A3A. Windows color (decimal): -11978722 or 1980489. OLE color: 1980489.

HSL color Cylindrical-coordinate representation of color #49381E: hue angle of 36.28º degrees, saturation: 0.42, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #49381E is Cyan = 0, Magento = 0.23, Yellow = 0.59 and Black (K on CMYK) = 0.71.

Color convert

RGB735630-
CMYK00.230.590.71
HSL36.28º41.75%20.2%-
HSV(B)36.28º58.9%28.63%-
XYZ4.44.341.83-
YUV58.12112.13138.61-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 45.91%
GREEN value IS 56 (22.27% from 255) = 35.22%
BLUE value IS 30 (12.11% from 255) = 18.87%
R=45.91%
G=35.22%
B=18.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.59
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73563000.230.590.7136.2841.7520.2
Hex49381E0173B47242a14
Octal111703602773107445224
Binary100100111100011110010111111011100011110010010101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49381E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49381E; }

 p { color: rgb(73,56,30); }

 H1.HeaderClassName
 {
   color: #49381E;
 }
 .AnyTagClassName
 {
   color: #49381E;
 }
</style>
background-color css

<style>
 a { background-color: #49381E; }

 a { background-color: rgb(73,56,30); }

 div.DivClassName
 {
   background-color: #49381E;
 }
 .BgClassName
 {
   background-color: #49381E;
 }
</style>
border-color css

<style>
 span { border-color: #49381E; }

 span { border-color: rgb(73,56,30); }

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