Html Css Color HEX #493421 Clinker

📋 copy color: '#493421'

red 73 ◦ green 52 ◦ blue 33

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

Shades of Clinker #493421

Tints of Clinker #493421

RGB

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

 GREEN value IS 52 (20.7% from 255) = 32.91%

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

R = 46.2%
G = 32.91%
B = 20.89%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.55

 K value IS 0.71

RGB Variations

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

Color information

#493421 (or 0x493421) is known color: Clinker. HEX triplet: 49, 34 and 21. RGB value is (73,52,33). Sum of RGB (Red+Green+Blue) = 73+52+33=158 (20% of max value = 765). Red value is 73 (28.91% from 255 or 46.20% from 158); Green value is 52 (20.70% from 255 or 32.91% from 158); Blue value is 33 (13.28% from 255 or 20.89% from 158); Max value from RGB is 73 - color contains mainly: red. Hex color #493421 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493421 is #B6CBDE. Grayscale: #383838. Windows color (decimal): -11979743 or 2176073. OLE color: 2176073.

HSL color Cylindrical-coordinate representation of color #493421: hue angle of 28.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 #493421 is Cyan = 0, Magento = 0.29, Yellow = 0.55 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 52 33 -
CMYK 0 0.29 0.55 0.71
HSL 28.5º 0.38% 0.21% -
HSV(B) 28.5º 0.55% 0.29% -
XYZ 4.25 3.98 1.98 -
YUV 56.11 114.96 140.04 -
System Red Green Blue C M Y K H S L
Decimal 73 52 33 0 0.29 0.55 0.71 28.5 0.38 0.21
Hex 49 34 21 0 1D 37 47 1C 26 15
Octal 111 64 41 0 35 67 107 34 46 25
Binary 1001001 110100 100001 0 11101 110111 1000111 11100 100110 10101

Color Harmonies of #493421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493421

Black with #493421

Text Example


Text Example

White with #493421

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #493421; }

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

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

background-color css

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

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

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

border-color css

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

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

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