Html Css Color HEX #49381B Clinker

📋 copy color: '#49381B'

red 73 ◦ green 56 ◦ blue 27

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

Shades of Clinker #49381B

Tints of Clinker #49381B

RGB

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

 GREEN value IS 56 (22.27% from 255) = 35.9%

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

R = 46.79%
G = 35.9%
B = 17.31%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.63

 K value IS 0.71

RGB Variations

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

Color information

#49381B (or 0x49381B) is known color: Clinker. HEX triplet: 49, 38 and 1B. RGB value is (73,56,27). Sum of RGB (Red+Green+Blue) = 73+56+27=156 (20% of max value = 765). Red value is 73 (28.91% from 255 or 46.79% from 156); Green value is 56 (22.27% from 255 or 35.90% from 156); Blue value is 27 (10.94% from 255 or 17.31% from 156); Max value from RGB is 73 - color contains mainly: red. Hex color #49381B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49381B is #B6C7E4. Grayscale: #393939. Windows color (decimal): -11978725 or 1783881. OLE color: 1783881.

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

Color convert

RGB 73 56 27 -
CMYK 0 0.23 0.63 0.71
HSL 37.83º 0.46% 0.2% -
HSV(B) 37.83º 0.63% 0.29% -
XYZ 4.36 4.32 1.64 -
YUV 57.78 110.63 138.86 -
System Red Green Blue C M Y K H S L
Decimal 73 56 27 0 0.23 0.63 0.71 37.83 0.46 0.2
Hex 49 38 1B 0 17 3F 47 26 2E 14
Octal 111 70 33 0 27 77 107 46 56 24
Binary 1001001 111000 11011 0 10111 111111 1000111 100110 101110 10100

Color Harmonies of #49381B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49381B

Black with #49381B

Text Example


Text Example

White with #49381B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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