Html Css Color HEX #493621 Clinker

📋 copy color: '#493621'

red 73 ◦ green 54 ◦ blue 33

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

Shades of Clinker #493621

Tints of Clinker #493621

RGB

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

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

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

R = 45.63%
G = 33.75%
B = 20.63%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.55

 K value IS 0.71

RGB Variations

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

Color information

#493621 (or 0x493621) is known color: Clinker. HEX triplet: 49, 36 and 21. RGB value is (73,54,33). Sum of RGB (Red+Green+Blue) = 73+54+33=160 (21% of max value = 765). Red value is 73 (28.91% from 255 or 45.62% from 160); Green value is 54 (21.48% from 255 or 33.75% from 160); Blue value is 33 (13.28% from 255 or 20.62% from 160); Max value from RGB is 73 - color contains mainly: red. Hex color #493621 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493621 is #B6C9DE. Grayscale: #393939. Windows color (decimal): -11979231 or 2176585. OLE color: 2176585.

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

Color convert

RGB 73 54 33 -
CMYK 0 0.26 0.55 0.71
HSL 31.5º 0.38% 0.21% -
HSV(B) 31.5º 0.55% 0.29% -
XYZ 4.34 4.16 2.01 -
YUV 57.29 114.29 139.21 -
System Red Green Blue C M Y K H S L
Decimal 73 54 33 0 0.26 0.55 0.71 31.5 0.38 0.21
Hex 49 36 21 0 1A 37 47 1F 26 15
Octal 111 66 41 0 32 67 107 37 46 25
Binary 1001001 110110 100001 0 11010 110111 1000111 11111 100110 10101

Color Harmonies of #493621

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493621

Black with #493621

Text Example


Text Example

White with #493621

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #493621; }

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

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

background-color css

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

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

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

border-color css

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

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

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