Html Css Color HEX #49310C Clinker

📋 copy color: '#49310C'

red 73 ◦ green 49 ◦ blue 12

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

Shades of Clinker #49310C

Tints of Clinker #49310C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 8.96%

R = 54.48%
G = 36.57%
B = 8.96%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.84

 K value IS 0.71

RGB Variations

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

Color information

#49310C (or 0x49310C) is known color: Clinker. HEX triplet: 49, 31 and 0C. RGB value is (73,49,12). Sum of RGB (Red+Green+Blue) = 73+49+12=134 (17% of max value = 765). Red value is 73 (28.91% from 255 or 54.48% from 134); Green value is 49 (19.53% from 255 or 36.57% from 134); Blue value is 12 (5.08% from 255 or 8.96% from 134); Max value from RGB is 73 - color contains mainly: red. Hex color #49310C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #49310C is #B6CEF3. Grayscale: #343434. Windows color (decimal): -11980532 or 799049. OLE color: 799049.

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

Color convert

RGB 73 49 12 -
CMYK 0 0.33 0.84 0.71
HSL 36.39º 0.72% 0.17% -
HSV(B) 36.39º 0.84% 0.29% -
XYZ 3.91 3.64 0.84 -
YUV 51.96 105.45 143.01 -
System Red Green Blue C M Y K H S L
Decimal 73 49 12 0 0.33 0.84 0.71 36.39 0.72 0.17
Hex 49 31 C 0 21 54 47 24 48 11
Octal 111 61 14 0 41 124 107 44 110 21
Binary 1001001 110001 1100 0 100001 1010100 1000111 100100 1001000 10001

Color Harmonies of #49310C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49310C

Black with #49310C

Text Example


Text Example

White with #49310C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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