Html Css Color HEX #493A21 Clinker

📋 copy color: '#493A21'

red 73 ◦ green 58 ◦ blue 33

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

Shades of Clinker #493A21

Tints of Clinker #493A21

RGB

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

 GREEN value IS 58 (23.05% from 255) = 35.37%

 BLUE value IS 33 (13.28% from 255) = 20.12%

R = 44.51%
G = 35.37%
B = 20.12%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.55

 K value IS 0.71

RGB Variations

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

Color information

#493A21 (or 0x493A21) is known color: Clinker. HEX triplet: 49, 3A and 21. RGB value is (73,58,33). Sum of RGB (Red+Green+Blue) = 73+58+33=164 (21% of max value = 765). Red value is 73 (28.91% from 255 or 44.51% from 164); Green value is 58 (23.05% from 255 or 35.37% from 164); Blue value is 33 (13.28% from 255 or 20.12% from 164); Max value from RGB is 73 - color contains mainly: red. Hex color #493A21 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493A21 is #B6C5DE. Grayscale: #3B3B3B. Windows color (decimal): -11978207 or 2177609. OLE color: 2177609.

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

Color convert

RGB 73 58 33 -
CMYK 0 0.21 0.55 0.71
HSL 37.5º 0.38% 0.21% -
HSV(B) 37.5º 0.55% 0.29% -
XYZ 4.54 4.55 2.08 -
YUV 59.64 112.97 137.53 -
System Red Green Blue C M Y K H S L
Decimal 73 58 33 0 0.21 0.55 0.71 37.5 0.38 0.21
Hex 49 3A 21 0 15 37 47 26 26 15
Octal 111 72 41 0 25 67 107 46 46 25
Binary 1001001 111010 100001 0 10101 110111 1000111 100110 100110 10101

Color Harmonies of #493A21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493A21

Black with #493A21

Text Example


Text Example

White with #493A21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #493A21; }

 p { color: rgb(73,58,33); }

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

background-color css

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

 a { background-color: rgb(73,58,33); }

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

border-color css

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

 span { border-color: rgb(73,58,33); }

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