Html Css Color HEX #493111 Clinker

📋 copy color: '#493111'

red 73 ◦ green 49 ◦ blue 17

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

Shades of Clinker #493111

Tints of Clinker #493111

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 12.23%

R = 52.52%
G = 35.25%
B = 12.23%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.77

 K value IS 0.71

RGB Variations

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

Color information

#493111 (or 0x493111) is known color: Clinker. HEX triplet: 49, 31 and 11. RGB value is (73,49,17). Sum of RGB (Red+Green+Blue) = 73+49+17=139 (18% of max value = 765). Red value is 73 (28.91% from 255 or 52.52% from 139); Green value is 49 (19.53% from 255 or 35.25% from 139); Blue value is 17 (7.03% from 255 or 12.23% from 139); Max value from RGB is 73 - color contains mainly: red. Hex color #493111 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #493111 is #B6CEEE. Grayscale: #343434. Windows color (decimal): -11980527 or 1126729. OLE color: 1126729.

HSL color Cylindrical-coordinate representation of color #493111: hue angle of 34.29º degrees, saturation: 0.62, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #493111 is Cyan = 0, Magento = 0.33, Yellow = 0.77 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 49 17 -
CMYK 0 0.33 0.77 0.71
HSL 34.29º 0.62% 0.18% -
HSV(B) 34.29º 0.77% 0.29% -
XYZ 3.95 3.65 1.03 -
YUV 52.53 107.95 142.6 -
System Red Green Blue C M Y K H S L
Decimal 73 49 17 0 0.33 0.77 0.71 34.29 0.62 0.18
Hex 49 31 11 0 21 4D 47 22 3E 12
Octal 111 61 21 0 41 115 107 42 76 22
Binary 1001001 110001 10001 0 100001 1001101 1000111 100010 111110 10010

Color Harmonies of #493111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493111

Black with #493111

Text Example


Text Example

White with #493111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #493111; }

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

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

background-color css

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

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

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

border-color css

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

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

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