Html Css Color HEX #493620 Clinker

📋 copy color: '#493620'

red 73 ◦ green 54 ◦ blue 32

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

Shades of Clinker #493620

Tints of Clinker #493620

RGB

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

 GREEN value IS 54 (21.48% from 255) = 33.96%

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

R = 45.91%
G = 33.96%
B = 20.13%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.56

 K value IS 0.71

RGB Variations

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

Color information

#493620 (or 0x493620) is known color: Clinker. HEX triplet: 49, 36 and 20. RGB value is (73,54,32). Sum of RGB (Red+Green+Blue) = 73+54+32=159 (21% of max value = 765). Red value is 73 (28.91% from 255 or 45.91% from 159); Green value is 54 (21.48% from 255 or 33.96% from 159); Blue value is 32 (12.89% from 255 or 20.13% from 159); Max value from RGB is 73 - color contains mainly: red. Hex color #493620 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493620 is #B6C9DF. Grayscale: #393939. Windows color (decimal): -11979232 or 2111049. OLE color: 2111049.

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

Color convert

RGB 73 54 32 -
CMYK 0 0.26 0.56 0.71
HSL 32.2º 0.39% 0.21% -
HSV(B) 32.2º 0.56% 0.29% -
XYZ 4.33 4.16 1.94 -
YUV 57.17 113.79 139.29 -
System Red Green Blue C M Y K H S L
Decimal 73 54 32 0 0.26 0.56 0.71 32.2 0.39 0.21
Hex 49 36 20 0 1A 38 47 20 27 15
Octal 111 66 40 0 32 70 107 40 47 25
Binary 1001001 110110 100000 0 11010 111000 1000111 100000 100111 10101

Color Harmonies of #493620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493620

Black with #493620

Text Example


Text Example

White with #493620

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #493620; }

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

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

background-color css

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

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

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

border-color css

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

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

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