Html Css Color HEX #49381A Clinker

📋 copy color: '#49381A'

red 73 ◦ green 56 ◦ blue 26

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

Shades of Clinker #49381A

Tints of Clinker #49381A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 16.77%

R = 47.1%
G = 36.13%
B = 16.77%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.64

 K value IS 0.71

RGB Variations

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

Color information

#49381A (or 0x49381A) is known color: Clinker. HEX triplet: 49, 38 and 1A. RGB value is (73,56,26). Sum of RGB (Red+Green+Blue) = 73+56+26=155 (20% of max value = 765). Red value is 73 (28.91% from 255 or 47.10% from 155); Green value is 56 (22.27% from 255 or 36.13% from 155); Blue value is 26 (10.55% from 255 or 16.77% from 155); Max value from RGB is 73 - color contains mainly: red. Hex color #49381A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49381A is #B6C7E5. Grayscale: #393939. Windows color (decimal): -11978726 or 1718345. OLE color: 1718345.

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

Color convert

RGB 73 56 26 -
CMYK 0 0.23 0.64 0.71
HSL 38.3º 0.47% 0.19% -
HSV(B) 38.3º 0.64% 0.29% -
XYZ 4.35 4.32 1.58 -
YUV 57.66 110.13 138.94 -
System Red Green Blue C M Y K H S L
Decimal 73 56 26 0 0.23 0.64 0.71 38.3 0.47 0.19
Hex 49 38 1A 0 17 40 47 26 2F 13
Octal 111 70 32 0 27 100 107 46 57 23
Binary 1001001 111000 11010 0 10111 1000000 1000111 100110 101111 10011

Color Harmonies of #49381A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49381A

Black with #49381A

Text Example


Text Example

White with #49381A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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