Html Css Color HEX #493320 Clinker

📋 copy color: '#493320'

red 73 ◦ green 51 ◦ blue 32

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

Shades of Clinker #493320

Tints of Clinker #493320

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 20.51%

R = 46.79%
G = 32.69%
B = 20.51%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.56

 K value IS 0.71

RGB Variations

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

Color information

#493320 (or 0x493320) is known color: Clinker. HEX triplet: 49, 33 and 20. RGB value is (73,51,32). Sum of RGB (Red+Green+Blue) = 73+51+32=156 (20% of max value = 765). Red value is 73 (28.91% from 255 or 46.79% from 156); Green value is 51 (20.31% from 255 or 32.69% from 156); Blue value is 32 (12.89% from 255 or 20.51% from 156); Max value from RGB is 73 - color contains mainly: red. Hex color #493320 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493320 is #B6CCDF. Grayscale: #373737. Windows color (decimal): -11980000 or 2110281. OLE color: 2110281.

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

Color convert

RGB 73 51 32 -
CMYK 0 0.30 0.56 0.71
HSL 27.8º 0.39% 0.21% -
HSV(B) 27.8º 0.56% 0.29% -
XYZ 4.19 3.89 1.9 -
YUV 55.41 114.79 140.54 -
System Red Green Blue C M Y K H S L
Decimal 73 51 32 0 0.30 0.56 0.71 27.8 0.39 0.21
Hex 49 33 20 0 1E 38 47 1C 27 15
Octal 111 63 40 0 36 70 107 34 47 25
Binary 1001001 110011 100000 0 11110 111000 1000111 11100 100111 10101

Color Harmonies of #493320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493320

Black with #493320

Text Example


Text Example

White with #493320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #493320; }

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

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

background-color css

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

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

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

border-color css

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

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

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