Html Css Color HEX #493720 Clinker

📋 copy color: '#493720'

red 73 ◦ green 55 ◦ blue 32

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

Shades of Clinker #493720

Tints of Clinker #493720

RGB

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

 GREEN value IS 55 (21.88% from 255) = 34.38%

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

R = 45.63%
G = 34.38%
B = 20%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.56

 K value IS 0.71

RGB Variations

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

Color information

#493720 (or 0x493720) is known color: Clinker. HEX triplet: 49, 37 and 20. RGB value is (73,55,32). Sum of RGB (Red+Green+Blue) = 73+55+32=160 (21% of max value = 765). Red value is 73 (28.91% from 255 or 45.62% from 160); Green value is 55 (21.88% from 255 or 34.38% from 160); Blue value is 32 (12.89% from 255 or 20% from 160); Max value from RGB is 73 - color contains mainly: red. Hex color #493720 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493720 is #B6C8DF. Grayscale: #393939. Windows color (decimal): -11978976 or 2111305. OLE color: 2111305.

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

Color convert

RGB 73 55 32 -
CMYK 0 0.25 0.56 0.71
HSL 33.66º 0.39% 0.21% -
HSV(B) 33.66º 0.56% 0.29% -
XYZ 4.37 4.25 1.96 -
YUV 57.76 113.46 138.87 -
System Red Green Blue C M Y K H S L
Decimal 73 55 32 0 0.25 0.56 0.71 33.66 0.39 0.21
Hex 49 37 20 0 19 38 47 22 27 15
Octal 111 67 40 0 31 70 107 42 47 25
Binary 1001001 110111 100000 0 11001 111000 1000111 100010 100111 10101

Color Harmonies of #493720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493720

Black with #493720

Text Example


Text Example

White with #493720

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #493720; }

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

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

background-color css

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

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

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

border-color css

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

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

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