Html Css Color HEX #493511 Clinker

📋 copy color: '#493511'

red 73 ◦ green 53 ◦ blue 17

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

Shades of Clinker #493511

Tints of Clinker #493511

RGB

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

 GREEN value IS 53 (21.09% from 255) = 37.06%

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

R = 51.05%
G = 37.06%
B = 11.89%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.77

 K value IS 0.71

RGB Variations

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

Color information

#493511 (or 0x493511) is known color: Clinker. HEX triplet: 49, 35 and 11. RGB value is (73,53,17). Sum of RGB (Red+Green+Blue) = 73+53+17=143 (18% of max value = 765). Red value is 73 (28.91% from 255 or 51.05% from 143); Green value is 53 (21.09% from 255 or 37.06% from 143); Blue value is 17 (7.03% from 255 or 11.89% from 143); Max value from RGB is 73 - color contains mainly: red. Hex color #493511 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #493511 is #B6CAEE. Grayscale: #373737. Windows color (decimal): -11979503 or 1127753. OLE color: 1127753.

HSL color Cylindrical-coordinate representation of color #493511: hue angle of 38.57º 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 #493511 is Cyan = 0, Magento = 0.27, Yellow = 0.77 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 53 17 -
CMYK 0 0.27 0.77 0.71
HSL 38.57º 0.62% 0.18% -
HSV(B) 38.57º 0.77% 0.29% -
XYZ 4.12 4 1.09 -
YUV 54.88 106.63 140.93 -
System Red Green Blue C M Y K H S L
Decimal 73 53 17 0 0.27 0.77 0.71 38.57 0.62 0.18
Hex 49 35 11 0 1B 4D 47 27 3E 12
Octal 111 65 21 0 33 115 107 47 76 22
Binary 1001001 110101 10001 0 11011 1001101 1000111 100111 111110 10010

Color Harmonies of #493511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493511

Black with #493511

Text Example


Text Example

White with #493511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #493511; }

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

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

background-color css

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

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

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

border-color css

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

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

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