Html Css Color HEX #49331B Clinker

📋 copy color: '#49331B'

red 73 ◦ green 51 ◦ blue 27

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

Shades of Clinker #49331B

Tints of Clinker #49331B

RGB

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

 GREEN value IS 51 (20.31% from 255) = 33.77%

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

R = 48.34%
G = 33.77%
B = 17.88%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.63

 K value IS 0.71

RGB Variations

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

Color information

#49331B (or 0x49331B) is known color: Clinker. HEX triplet: 49, 33 and 1B. RGB value is (73,51,27). Sum of RGB (Red+Green+Blue) = 73+51+27=151 (20% of max value = 765). Red value is 73 (28.91% from 255 or 48.34% from 151); Green value is 51 (20.31% from 255 or 33.77% from 151); Blue value is 27 (10.94% from 255 or 17.88% from 151); Max value from RGB is 73 - color contains mainly: red. Hex color #49331B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49331B is #B6CCE4. Grayscale: #363636. Windows color (decimal): -11980005 or 1782601. OLE color: 1782601.

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

Color convert

RGB 73 51 27 -
CMYK 0 0.30 0.63 0.71
HSL 31.3º 0.46% 0.2% -
HSV(B) 31.3º 0.63% 0.29% -
XYZ 4.13 3.86 1.56 -
YUV 54.84 112.29 140.95 -
System Red Green Blue C M Y K H S L
Decimal 73 51 27 0 0.30 0.63 0.71 31.3 0.46 0.2
Hex 49 33 1B 0 1E 3F 47 1F 2E 14
Octal 111 63 33 0 36 77 107 37 56 24
Binary 1001001 110011 11011 0 11110 111111 1000111 11111 101110 10100

Color Harmonies of #49331B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49331B

Black with #49331B

Text Example


Text Example

White with #49331B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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