Html Css Color HEX #49310B Clinker

📋 copy color: '#49310B'

red 73 ◦ green 49 ◦ blue 11

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

Shades of Clinker #49310B

Tints of Clinker #49310B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 8.27%

R = 54.89%
G = 36.84%
B = 8.27%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.85

 K value IS 0.71

RGB Variations

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

Color information

#49310B (or 0x49310B) is known color: Clinker. HEX triplet: 49, 31 and 0B. RGB value is (73,49,11). Sum of RGB (Red+Green+Blue) = 73+49+11=133 (17% of max value = 765). Red value is 73 (28.91% from 255 or 54.89% from 133); Green value is 49 (19.53% from 255 or 36.84% from 133); Blue value is 11 (4.69% from 255 or 8.27% from 133); Max value from RGB is 73 - color contains mainly: red. Hex color #49310B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #49310B is #B6CEF4. Grayscale: #343434. Windows color (decimal): -11980533 or 733513. OLE color: 733513.

HSL color Cylindrical-coordinate representation of color #49310B: hue angle of 36.77º degrees, saturation: 0.74, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #49310B is Cyan = 0, Magento = 0.33, Yellow = 0.85 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 49 11 -
CMYK 0 0.33 0.85 0.71
HSL 36.77º 0.74% 0.16% -
HSV(B) 36.77º 0.85% 0.29% -
XYZ 3.91 3.64 0.81 -
YUV 51.84 104.95 143.09 -
System Red Green Blue C M Y K H S L
Decimal 73 49 11 0 0.33 0.85 0.71 36.77 0.74 0.16
Hex 49 31 B 0 21 55 47 25 4A 10
Octal 111 61 13 0 41 125 107 45 112 20
Binary 1001001 110001 1011 0 100001 1010101 1000111 100101 1001010 10000

Color Harmonies of #49310B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49310B

Black with #49310B

Text Example


Text Example

White with #49310B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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