Html Css Color HEX #493312 Clinker

📋 copy color: '#493312'

red 73 ◦ green 51 ◦ blue 18

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

Shades of Clinker #493312

Tints of Clinker #493312

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 12.68%

R = 51.41%
G = 35.92%
B = 12.68%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.75

 K value IS 0.71

RGB Variations

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

Color information

#493312 (or 0x493312) is known color: Clinker. HEX triplet: 49, 33 and 12. RGB value is (73,51,18). Sum of RGB (Red+Green+Blue) = 73+51+18=142 (18% of max value = 765). Red value is 73 (28.91% from 255 or 51.41% from 142); Green value is 51 (20.31% from 255 or 35.92% from 142); Blue value is 18 (7.42% from 255 or 12.68% from 142); Max value from RGB is 73 - color contains mainly: red. Hex color #493312 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #493312 is #B6CCED. Grayscale: #353535. Windows color (decimal): -11980014 or 1192777. OLE color: 1192777.

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

Color convert

RGB 73 51 18 -
CMYK 0 0.30 0.75 0.71
HSL 36º 0.6% 0.18% -
HSV(B) 36º 0.75% 0.29% -
XYZ 4.04 3.83 1.1 -
YUV 53.82 107.79 141.68 -
System Red Green Blue C M Y K H S L
Decimal 73 51 18 0 0.30 0.75 0.71 36 0.6 0.18
Hex 49 33 12 0 1E 4B 47 24 3C 12
Octal 111 63 22 0 36 113 107 44 74 22
Binary 1001001 110011 10010 0 11110 1001011 1000111 100100 111100 10010

Color Harmonies of #493312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493312

Black with #493312

Text Example


Text Example

White with #493312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #493312; }

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

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

background-color css

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

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

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

border-color css

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

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

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