Html Css Color HEX #49311A Clinker

📋 copy color: '#49311A'

red 73 ◦ green 49 ◦ blue 26

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

Shades of Clinker #49311A

Tints of Clinker #49311A

RGB

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

 GREEN value IS 49 (19.53% from 255) = 33.11%

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

R = 49.32%
G = 33.11%
B = 17.57%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.64

 K value IS 0.71

RGB Variations

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

Color information

#49311A (or 0x49311A) is known color: Clinker. HEX triplet: 49, 31 and 1A. RGB value is (73,49,26). Sum of RGB (Red+Green+Blue) = 73+49+26=148 (19% of max value = 765). Red value is 73 (28.91% from 255 or 49.32% from 148); Green value is 49 (19.53% from 255 or 33.11% from 148); Blue value is 26 (10.55% from 255 or 17.57% from 148); Max value from RGB is 73 - color contains mainly: red. Hex color #49311A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49311A is #B6CEE5. Grayscale: #353535. Windows color (decimal): -11980518 or 1716553. OLE color: 1716553.

HSL color Cylindrical-coordinate representation of color #49311A: hue angle of 29.36º 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 #49311A is Cyan = 0, Magento = 0.33, Yellow = 0.64 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 49 26 -
CMYK 0 0.33 0.64 0.71
HSL 29.36º 0.47% 0.19% -
HSV(B) 29.36º 0.64% 0.29% -
XYZ 4.03 3.69 1.48 -
YUV 53.55 112.45 141.87 -
System Red Green Blue C M Y K H S L
Decimal 73 49 26 0 0.33 0.64 0.71 29.36 0.47 0.19
Hex 49 31 1A 0 21 40 47 1D 2F 13
Octal 111 61 32 0 41 100 107 35 57 23
Binary 1001001 110001 11010 0 100001 1000000 1000111 11101 101111 10011

Color Harmonies of #49311A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49311A

Black with #49311A

Text Example


Text Example

White with #49311A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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