Html Css Color HEX #493420 Clinker

📋 copy color: '#493420'

red 73 ◦ green 52 ◦ blue 32

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

Shades of Clinker #493420

Tints of Clinker #493420

RGB

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

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

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

R = 46.5%
G = 33.12%
B = 20.38%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.56

 K value IS 0.71

RGB Variations

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

Color information

#493420 (or 0x493420) is known color: Clinker. HEX triplet: 49, 34 and 20. RGB value is (73,52,32). Sum of RGB (Red+Green+Blue) = 73+52+32=157 (20% of max value = 765). Red value is 73 (28.91% from 255 or 46.50% from 157); Green value is 52 (20.70% from 255 or 33.12% from 157); Blue value is 32 (12.89% from 255 or 20.38% from 157); Max value from RGB is 73 - color contains mainly: red. Hex color #493420 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493420 is #B6CBDF. Grayscale: #383838. Windows color (decimal): -11979744 or 2110537. OLE color: 2110537.

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

Color convert

RGB 73 52 32 -
CMYK 0 0.29 0.56 0.71
HSL 29.27º 0.39% 0.21% -
HSV(B) 29.27º 0.56% 0.29% -
XYZ 4.24 3.98 1.91 -
YUV 56 114.46 140.13 -
System Red Green Blue C M Y K H S L
Decimal 73 52 32 0 0.29 0.56 0.71 29.27 0.39 0.21
Hex 49 34 20 0 1D 38 47 1D 27 15
Octal 111 64 40 0 35 70 107 35 47 25
Binary 1001001 110100 100000 0 11101 111000 1000111 11101 100111 10101

Color Harmonies of #493420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493420

Black with #493420

Text Example


Text Example

White with #493420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #493420; }

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

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

background-color css

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

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

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

border-color css

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

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

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