Html Css Color HEX #49321B Clinker

📋 copy color: '#49321B'

red 73 ◦ green 50 ◦ blue 27

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

Shades of Clinker #49321B

Tints of Clinker #49321B

RGB

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

 GREEN value IS 50 (19.92% from 255) = 33.33%

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

R = 48.67%
G = 33.33%
B = 18%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.63

 K value IS 0.71

RGB Variations

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

Color information

#49321B (or 0x49321B) is known color: Clinker. HEX triplet: 49, 32 and 1B. RGB value is (73,50,27). Sum of RGB (Red+Green+Blue) = 73+50+27=150 (19% of max value = 765). Red value is 73 (28.91% from 255 or 48.67% from 150); Green value is 50 (19.92% from 255 or 33.33% from 150); Blue value is 27 (10.94% from 255 or 18% from 150); Max value from RGB is 73 - color contains mainly: red. Hex color #49321B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49321B is #B6CDE4. Grayscale: #363636. Windows color (decimal): -11980261 or 1782345. OLE color: 1782345.

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

Color convert

RGB 73 50 27 -
CMYK 0 0.32 0.63 0.71
HSL 30º 0.46% 0.2% -
HSV(B) 30º 0.63% 0.29% -
XYZ 4.09 3.78 1.55 -
YUV 54.26 112.62 141.37 -
System Red Green Blue C M Y K H S L
Decimal 73 50 27 0 0.32 0.63 0.71 30 0.46 0.2
Hex 49 32 1B 0 20 3F 47 1E 2E 14
Octal 111 62 33 0 40 77 107 36 56 24
Binary 1001001 110010 11011 0 100000 111111 1000111 11110 101110 10100

Color Harmonies of #49321B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49321B

Black with #49321B

Text Example


Text Example

White with #49321B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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