Html Css Color HEX #493A20 Clinker

📋 copy color: '#493A20'

red 73 ◦ green 58 ◦ blue 32

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

Shades of Clinker #493A20

Tints of Clinker #493A20

RGB

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

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

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

R = 44.79%
G = 35.58%
B = 19.63%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.56

 K value IS 0.71

RGB Variations

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

Color information

#493A20 (or 0x493A20) is known color: Clinker. HEX triplet: 49, 3A and 20. RGB value is (73,58,32). Sum of RGB (Red+Green+Blue) = 73+58+32=163 (21% of max value = 765). Red value is 73 (28.91% from 255 or 44.79% from 163); Green value is 58 (23.05% from 255 or 35.58% from 163); Blue value is 32 (12.89% from 255 or 19.63% from 163); Max value from RGB is 73 - color contains mainly: red. Hex color #493A20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493A20 is #B6C5DF. Grayscale: #3B3B3B. Windows color (decimal): -11978208 or 2112073. OLE color: 2112073.

HSL color Cylindrical-coordinate representation of color #493A20: hue angle of 38.05º 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 #493A20 is Cyan = 0, Magento = 0.21, Yellow = 0.56 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 58 32 -
CMYK 0 0.21 0.56 0.71
HSL 38.05º 0.39% 0.21% -
HSV(B) 38.05º 0.56% 0.29% -
XYZ 4.52 4.55 2.01 -
YUV 59.52 112.47 137.61 -
System Red Green Blue C M Y K H S L
Decimal 73 58 32 0 0.21 0.56 0.71 38.05 0.39 0.21
Hex 49 3A 20 0 15 38 47 26 27 15
Octal 111 72 40 0 25 70 107 46 47 25
Binary 1001001 111010 100000 0 10101 111000 1000111 100110 100111 10101

Color Harmonies of #493A20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493A20

Black with #493A20

Text Example


Text Example

White with #493A20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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