Html Css Color HEX #493311 Clinker

📋 copy color: '#493311'

red 73 ◦ green 51 ◦ blue 17

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

Shades of Clinker #493311

Tints of Clinker #493311

RGB

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

 GREEN value IS 51 (20.31% from 255) = 36.17%

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

R = 51.77%
G = 36.17%
B = 12.06%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.77

 K value IS 0.71

RGB Variations

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

Color information

#493311 (or 0x493311) is known color: Clinker. HEX triplet: 49, 33 and 11. RGB value is (73,51,17). Sum of RGB (Red+Green+Blue) = 73+51+17=141 (18% of max value = 765). Red value is 73 (28.91% from 255 or 51.77% from 141); Green value is 51 (20.31% from 255 or 36.17% from 141); Blue value is 17 (7.03% from 255 or 12.06% from 141); Max value from RGB is 73 - color contains mainly: red. Hex color #493311 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #493311 is #B6CCEE. Grayscale: #353535. Windows color (decimal): -11980015 or 1127241. OLE color: 1127241.

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

Color convert

RGB 73 51 17 -
CMYK 0 0.30 0.77 0.71
HSL 36.43º 0.62% 0.18% -
HSV(B) 36.43º 0.77% 0.29% -
XYZ 4.03 3.82 1.06 -
YUV 53.7 107.29 141.76 -
System Red Green Blue C M Y K H S L
Decimal 73 51 17 0 0.30 0.77 0.71 36.43 0.62 0.18
Hex 49 33 11 0 1E 4D 47 24 3E 12
Octal 111 63 21 0 36 115 107 44 76 22
Binary 1001001 110011 10001 0 11110 1001101 1000111 100100 111110 10010

Color Harmonies of #493311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493311

Black with #493311

Text Example


Text Example

White with #493311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #493311; }

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

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

background-color css

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

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

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

border-color css

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

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

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